botframework-webchat-component
Version:
React component of botframework-webchat
8 lines • 333 B
TypeScript
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