UNPKG

botframework-webchat-component

Version:
8 lines 271 B
import type { WebChatActivity } from 'botframework-webchat-core'; import React from 'react'; type SpeakProps = { activity: WebChatActivity; }; declare const _default: React.NamedExoticComponent<SpeakProps>; export default _default; //# sourceMappingURL=Speak.d.ts.map