fily-publish-gridstack
Version:
TypeScript/JS lib for dashboard layout and creation, responsive, mobile support, no external dependencies, with many wrappers (React, Angular, Vue, Ember, knockout...)
14 lines • 371 B
JavaScript
;
/**
* dd-manager.ts 7.1.0-dev
* Copyright (c) 2021 Alain Dumesny - see GridStack root license
*/
Object.defineProperty(exports, "__esModule", { value: true });
exports.DDManager = void 0;
/**
* globals that are shared across Drag & Drop instances
*/
class DDManager {
}
exports.DDManager = DDManager;
//# sourceMappingURL=dd-manager.js.map