UNPKG

botframework-webchat-component

Version:
9 lines 321 B
import { FC } from 'react'; declare function useSendBoxSpeechInterimsVisible(): [boolean]; type BasicSendBoxProps = Readonly<{ className?: string; }>; declare const BasicSendBox: FC<BasicSendBoxProps>; export default BasicSendBox; export { useSendBoxSpeechInterimsVisible }; //# sourceMappingURL=BasicSendBox.d.ts.map