@ozen-ui/kit
Version:
React component library
5 lines (4 loc) • 301 B
TypeScript
import './FileIcon.css';
import type { FileIconBaseProps } from './types';
export declare const cnFileIcon: import("@bem-react/classname").ClassNameFormatter;
export declare const FileIcon: import("../../utils/polymorphicComponentWithRef").PolymorphicComponentWithRef<FileIconBaseProps, "div", "as">;