UNPKG

botframework-webchat-component

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