UNPKG

@lumico/angular-gridster2

Version:
12 lines (11 loc) 807 B
export { GridsterComponent } from './lib/gridster.component'; export { GridsterItemComponent } from './lib/gridsterItem.component'; export { GridsterItem } from './lib/gridsterItem.interface'; export { GridsterItemComponentInterface } from './lib/gridsterItemComponent.interface'; export { GridsterComponentInterface } from './lib/gridster.interface'; export { GridsterConfig, GridType, DisplayGrid, CompactType, Draggable, Resizable, PushDirections } from './lib/gridsterConfig.interface'; export { GridsterConfigService } from './lib/gridsterConfig.constant'; export { GridsterModule } from './lib/gridster.module'; export { GridsterPush } from './lib/gridsterPush.service'; export { GridsterPushResize } from './lib/gridsterPushResize.service'; export { GridsterSwap } from './lib/gridsterSwap.service';