UNPKG

@tiptap/core

Version:

headless rich text editor

4 lines (3 loc) 188 B
import { Slice } from '@tiptap/pm/model'; import { Plugin } from '@tiptap/pm/state'; export declare const PastePlugin: (onPaste: (e: ClipboardEvent, slice: Slice) => void) => Plugin<any>;