UNPKG

reactjs-tiptap-editor

Version:

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

6 lines (5 loc) 225 B
interface RichTextBubbleTableProps { hiddenActions?: string[]; } declare function RichTextBubbleTable({ hiddenActions }: RichTextBubbleTableProps): import("react/jsx-runtime").JSX.Element; export { RichTextBubbleTable };