UNPKG

@atlaskit/editor-plugin-block-controls

Version:

Block controls plugin for @atlaskit/editor-core

10 lines (9 loc) 298 B
export type DragPreviewContent = { dom: HTMLElement; nodeSpacing?: { bottom: string; top: string; }; nodeType: string; }; export declare const dragPreview: (container: HTMLElement, dragPreviewContent: DragPreviewContent | DragPreviewContent[]) => () => HTMLElement;