UNPKG

@bothub-chat/ui

Version:

Bothub UI Components

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