UNPKG

@firecms/core

Version:

Awesome Firebase/Firestore-based headless open-source CMS

10 lines (9 loc) 309 B
import { Plugin } from "prosemirror-state"; export interface DragHandleOptions { /** * The width of the drag handle */ dragHandleWidth: number; } export declare function dragHandlePlugin(options?: DragHandleOptions): Plugin<any>; export declare function globalDragDropPlugin(): Plugin<any>;