UNPKG

botframework-webchat-component

Version:
9 lines 355 B
import type { VFC } from 'react'; import type { WebChatActivity } from 'botframework-webchat-core'; type LiveRegionActivityProps = { activity: WebChatActivity; }; declare const LiveRegionActivity: VFC<LiveRegionActivityProps>; export default LiveRegionActivity; export type { LiveRegionActivityProps }; //# sourceMappingURL=LiveRegionActivity.d.ts.map