UNPKG

@chief-editor/editor

Version:

FlowEditor Editor

4 lines (3 loc) 189 B
import { Editor, IBrickDragData } from '@chief-editor/core'; import { Sortable } from '@rc-hooks/sortable'; export declare function useEditorDrag(editor: Editor): Sortable<IBrickDragData>;