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