UNPKG

botframework-webchat-component

Version:
8 lines 215 B
import { FC } from 'react'; type ImageContentProps = { alt?: string; src: string; }; declare const ImageContent: FC<ImageContentProps>; export default ImageContent; //# sourceMappingURL=ImageContent.d.ts.map