UNPKG

botframework-webchat-component

Version:
8 lines 382 B
import type { DirectLineSuggestedAction } from 'botframework-webchat-core'; import type { VFC } from 'react'; type LiveRegionSuggestedActionsProps = { suggestedActions: DirectLineSuggestedAction; }; declare const LiveRegionSuggestedActions: VFC<LiveRegionSuggestedActionsProps>; export default LiveRegionSuggestedActions; //# sourceMappingURL=LiveRegionSuggestedActions.d.ts.map