UNPKG

static-columns

Version:

Static columns with flex-box for Angular 2+

4 lines 200 B
import { BaseHideShowDirective } from './base-hide-show.directive'; export declare class DirectiveShowMobile extends BaseHideShowDirective { action(state: 'mobile' | 'tablet' | 'desktop'): void; }