UNPKG

gridstack

Version:

TypeScript/JS lib for dashboard layout and creation, no external dependencies, with many wrappers (React, Angular, Vue, Ember, knockout...)

9 lines (8 loc) 220 B
/** * dd-manager.ts 5.0 * Copyright (c) 2021 Alain Dumesny - see GridStack root license */ import { DDDraggable } from './dd-draggable'; export declare class DDManager { static dragElement: DDDraggable; }