UNPKG

@kedao/editor

Version:

Rich Text Editor Based On Draft.js

14 lines (13 loc) 423 B
import PropTypes from 'prop-types'; import './style.scss'; declare const FontFamily: { (props: any): JSX.Element; propTypes: { fontFamilies: PropTypes.Requireable<any>; editorState: PropTypes.Requireable<any>; defaultCaption: PropTypes.Requireable<any>; getContainerNode: PropTypes.Requireable<any>; language: PropTypes.Requireable<any>; }; }; export default FontFamily;