UNPKG

botframework-webchat-component

Version:
7 lines 201 B
import { type FC } from 'react'; type Props = Readonly<{ text: string; }>; declare const PlainTextContent: FC<Props>; export default PlainTextContent; //# sourceMappingURL=PlainTextContent.d.ts.map