UNPKG

rhino-editor

Version:

A custom element wrapped rich text editor

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