gridstack-profile
Version:
TypeScript/JS lib for dashboard layout and creation, responsive, mobile support, no external dependencies, with many wrappers (React, Angular, Vue, Ember, knockout...)
11 lines (10 loc) • 584 B
TypeScript
import * as i0 from "@angular/core";
import * as i1 from "./gridstack.component";
import * as i2 from "./gridstack-item.component";
import * as i3 from "@angular/common";
export declare class GridstackModule {
constructor();
static ɵfac: i0.ɵɵFactoryDeclaration<GridstackModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<GridstackModule, [typeof i1.GridstackComponent, typeof i2.GridstackItemComponent], [typeof i3.CommonModule], [typeof i1.GridstackComponent, typeof i2.GridstackItemComponent]>;
static ɵinj: i0.ɵɵInjectorDeclaration<GridstackModule>;
}