UNPKG

welcome-ui

Version:

Customizable design system with react, typescript, tailwindcss and ariakit.

7 lines (6 loc) 374 B
import { IconName } from '../Icon/types'; import { FileType, ForceFileType } from './types'; export declare function getFileIconName(file: FileType, forceFileType?: ForceFileType): IconName; export declare function getFileName(file: FileType): string; export declare function getFileSize(file: FileType): string; export declare function getMimeType(file: FileType): string;