gridstack
Version:
TypeScript/JS lib for dashboard layout and creation, no external dependencies, with many wrappers (React, Angular, Vue, Ember, knockout...)
10 lines (9 loc) • 335 B
TypeScript
/**
* index-static.ts 5.0 - much smaller, everything you need for a static Grid (non draggable, API driven)
* 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';