UNPKG

reactjs-tiptap-editor

Version:

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

8 lines (7 loc) 247 B
interface IPropsCreateTablePopover { createTable: any; children: any; dataState?: any; } declare function CreateTablePopover(props: IPropsCreateTablePopover): import("react/jsx-runtime").JSX.Element; export default CreateTablePopover;