UNPKG

botframework-webchat-component

Version:
8 lines 333 B
import { type SendBoxAttachment } from 'botframework-webchat-core'; type SendMessage = (text?: string, method?: string, init?: { attachments?: Iterable<SendBoxAttachment> | undefined; channelData?: any; }) => void; export default function useSendMessage(): SendMessage; export {}; //# sourceMappingURL=useSendMessage.d.ts.map