UNPKG

rhino-editor

Version:

A custom element wrapped rich text editor

6 lines (5 loc) 160 B
import { Node } from "@tiptap/core"; export interface GalleryOptions { HTMLAttributes: Record<string, any>; } export declare const Gallery: Node<any, any>;