UNPKG

devi-rich-editor

Version:

Reusable Rich Text Editor built with TipTap and React.

5 lines (4 loc) 167 B
import { default as RichEditor } from './components/Editor'; export { RichEditor }; export default RichEditor; export type { EditorProps } from './components/Editor';