mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 15:34:12 +01:00
* No dashlet edition * Dashboard are not persisted * Unable to load a dashboard from an endpoint (refresh) * Grid library need proper npm integration
6 lines
195 B
TypeScript
6 lines
195 B
TypeScript
export * from './lib/types';
|
|
export * from './lib/base-widget';
|
|
export * from './lib/gridstack-item.component';
|
|
export * from './lib/gridstack.component';
|
|
export * from './lib/gridstack.module';
|