UNPKG

fantasy-editor

Version:

A React Rich Text Editor Based On Slate

9 lines (8 loc) 242 B
import { FunctionComponent } from 'react'; import './button-link.less'; import 'antd/lib/popover/style'; interface OwnProps { } declare type Props = OwnProps; declare const ButtonLink: FunctionComponent<Props>; export { ButtonLink };