UNPKG

rhino-editor

Version:

A custom element wrapped rich text editor

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