UNPKG

mui-component

Version:

some custom mui components

9 lines (8 loc) 246 B
import { type UrlItem } from "./ItemBar"; export declare const getFileInfo: (file: UrlItem, iconSize?: number) => { fileName: string; icon: import("react/jsx-runtime").JSX.Element; view: boolean; type: string; url: string; };