UNPKG

rhino-editor

Version:

A custom element wrapped rich text editor

5 lines (4 loc) 123 B
import { Plugin } from "@tiptap/pm/state"; export interface PasteOptions { } export declare function Paste(): Plugin<any>;