UNPKG

reactjs-tiptap-editor

Version:

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

7 lines (6 loc) 212 B
import { Editor } from '@tiptap/react'; export interface BubbleMenuLinkProps { editor: Editor; disabled?: boolean; } export declare function RichTextBubbleLink(): import("react/jsx-runtime").JSX.Element;