UNPKG

reactjs-tiptap-editor

Version:

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

7 lines (6 loc) 213 B
export declare const EVENTS: { readonly UPLOAD_IMAGE: (id: any) => string; readonly UPLOAD_VIDEO: (id: string) => string; readonly EXCALIDRAW: (id: string) => string; }; export type EventValues = any;