UNPKG

kedao

Version:

Rich Text Editor Based On Draft.js

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