UNPKG

@bothub-chat/ui

Version:

Bothub UI Components

6 lines (5 loc) 168 B
export type FileSizeProps = { sizeInBytes: number; precision?: number; }; export declare const FileSize: ({ sizeInBytes, precision }: FileSizeProps) => string;