UNPKG

static-columns

Version:

Static columns with flex-box for Angular 2+

13 lines 567 B
// @ts-nocheck export * from './base-hide-show.directive'; export * from './column-grow.directive'; export * from './column-hide-desktop.directive'; export * from './column-hide-mobile.directive'; export * from './column-hide-tablet.directive'; export * from './column-show-desktop.directive'; export * from './column-show-mobile.directive'; export * from './column-show-tablet.directive'; export * from './column.component'; export * from './shrink-on-mobile50.directive'; export * from './shrink-on-mobile75.directive'; export * from './shrink-on-tablet.directive';