UNPKG

fantasy-editor

Version:

A React Rich Text Editor Based On Slate

11 lines (10 loc) 261 B
import { FunctionComponent } from 'react'; interface OwnProps { extname?: string; url?: string; name?: string; className?: string; } declare type Props = OwnProps; declare const FileIcon: FunctionComponent<Props>; export { FileIcon };