UNPKG

@ssplib/react-components

Version:
8 lines (7 loc) 184 B
export declare function File({ title, name, md, fileURL, fileExt }: { title: string; fileURL: string; name: string; md?: number; fileExt?: string; }): JSX.Element;