UNPKG

suneditor

Version:

Vanilla JavaScript based WYSIWYG web editor

9 lines (8 loc) 262 B
import type {} from '../../typedef'; /** * @module _DragHandle * @description A module that handles drag and drop events. * - this module is initialize in the `classes/component.js`. */ export const _DragHandle: Map<string, any>; export default _DragHandle;