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;
