Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
sagemathinc
GitHub Repository: sagemathinc/cocalc
Path: blob/master/src/packages/frontend/components/dnd/index.ts
10799 views
1
export {
2
MOUSE_SENSOR_OPTIONS,
3
TOUCH_SENSOR_OPTIONS,
4
snapToPointerModifier,
5
DRAG_OVERLAY_MODIFIERS,
6
DRAG_OVERLAY_STYLE,
7
getEventCoords,
8
} from "./config";
9
export { DragOverlayContent } from "./drag-overlay-content";
10
11