UNPKG

fantasy-editor

Version:

A React Rich Text Editor Based On Slate

7 lines (6 loc) 178 B
import { FunctionComponent } from 'react'; interface OwnProps { } declare type Props = OwnProps; declare const ButtonFull: FunctionComponent<Props>; export { ButtonFull };