UNPKG

fantasy-editor

Version:

A React Rich Text Editor Based On Slate

10 lines (9 loc) 277 B
import { FunctionComponent } from 'react'; import './button-align.less'; import 'antd/lib/dropdown/style'; import 'antd/lib/menu/style'; interface OwnProps { } declare type Props = OwnProps; declare const ButtonAlign: FunctionComponent<Props>; export { ButtonAlign };