UNPKG

@bothub-chat/ui

Version:

Bothub UI Components

6 lines (5 loc) 232 B
export type FileIconProps = { filename: string; size?: number; }; export declare const FileIcon: ({ filename, size }: FileIconProps) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>;