UNPKG

reactjs-tiptap-editor

Version:

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

9 lines (8 loc) 186 B
import { Editor } from '@tiptap/core'; interface IProps { editor: Editor; attrs?: any; extension?: any; } export declare const EditMermaidBlock: React.FC<IProps>; export {};