UNPKG

botframework-webchat-component

Version:
10 lines 259 B
import { FC } from 'react'; type FileContentProps = { className?: string; fileName: string; href?: string; size?: number; }; declare const FileContent: FC<FileContentProps>; export default FileContent; //# sourceMappingURL=FileContent.d.ts.map