UNPKG

react-simple-wysiwyg

Version:
6 lines (5 loc) 225 B
/// <reference types="react" /> import { IEditorContext } from '../Editor'; declare function Separator(context: IEditorContext): JSX.Element; declare const WrappedSeparator: typeof Separator; export default WrappedSeparator;