importtype {} from'../../typedef';
/**
* @module_DragHandle
* @description A module that handles drag and drop events.
* - this module is initialize in the `classes/component.js`.
*/exportconst_DragHandle: Map<string, any>;
exportdefault _DragHandle;