UNPKG

stream-chat-react

Version:

React components to create chat conversations or livestream style chat

6 lines 226 B
declare type FileSizeIndicatorProps = { fileSize?: number; }; export declare const FileSizeIndicator: ({ fileSize }: FileSizeIndicatorProps) => JSX.Element | null; export {}; //# sourceMappingURL=FileSizeIndicator.d.ts.map