UNPKG

kedao

Version:

Rich Text Editor Based On Draft.js

5 lines (4 loc) 173 B
import { FC } from 'react'; import { FontFamilyPickerProps } from '../../types'; declare const FontFamilyPicker: FC<FontFamilyPickerProps>; export default FontFamilyPicker;