gridstack
Version:
TypeScript/JS lib for dashboard layout and creation, no external dependencies, with many wrappers (React, Angular, Vue, Ember, knockout...)
11 lines (10 loc) • 358 B
TypeScript
/**
* index-h5.ts 5.0 - everything you need for a Grid that uses HTML5 native drag&drop
* Copyright (c) 2021 Alain Dumesny - see GridStack root license
*/
export * from './types';
export * from './utils';
export * from './gridstack-engine';
export * from './gridstack-ddi';
export * from './gridstack';
export * from './h5/gridstack-dd-native';