UNPKG

static-columns

Version:

Static columns with flex-box for Angular 2+

8 lines 452 B
// @ts-nocheck import { BaseHideShowDirective } from './base-hide-show.directive'; import * as i0 from "@angular/core"; export declare class DirectiveShowMobile extends BaseHideShowDirective { action(state: 'mobile' | 'tablet' | 'desktop'): void; static ɵfac: i0.ɵɵFactoryDeclaration<DirectiveShowMobile, never>; static ɵdir: i0.ɵɵDirectiveDeclaration<DirectiveShowMobile, "[showMobile]", never, {}, {}, never, never, false, never>; }