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