UNPKG

botframework-webchat-component

Version:
7 lines 229 B
import { FC } from 'react'; type DictationInterimsProps = { className?: string; }; declare const DictationInterims: FC<DictationInterimsProps>; export default DictationInterims; //# sourceMappingURL=DictationInterims.d.ts.map