UNPKG

react-simple-wysiwyg

Version:
4 lines (3 loc) 146 B
/// <reference types="react" /> import { IEditorProps } from './Editor'; export default function DefaultEditor(props: IEditorProps): JSX.Element;