UNPKG

reactjs-tiptap-editor

Version:

A modern WYSIWYG rich text editor based on tiptap and shadcn ui for React

4 lines (3 loc) 158 B
import { Editor } from '@tiptap/react'; export declare function getRenderContainer(editor: Editor, nodeType: string): any; export default getRenderContainer;