UNPKG

fantasy-editor

Version:

A React Rich Text Editor Based On Slate

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