UNPKG

@tiptap/core

Version:

headless rich text editor

4 lines (3 loc) 197 B
import { Slice } from '@tiptap/pm/model'; import { Plugin } from '@tiptap/pm/state'; export declare const DropPlugin: (onDrop: (e: DragEvent, slice: Slice, moved: boolean) => void) => Plugin<any>;