UNPKG

reactjs-tiptap-editor

Version:

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

3 lines (2 loc) 118 B
import { Editor } from '@tiptap/core'; export declare function deleteNode(nodeType: string, editor: Editor): boolean;