UNPKG

react-zen-editor

Version:

A modern, feature-rich WYSIWYG editor for React with Korean/English support

5 lines 201 B
import React from 'react'; import { CustomEditorProps } from '../types'; declare const CustomEditor: React.FC<CustomEditorProps>; export default CustomEditor; //# sourceMappingURL=CustomEditor.d.ts.map