UNPKG

@netgrif/components-core

Version:

Netgrif Application engine frontend core Angular library

12 lines (11 loc) 655 B
import { OnInit } from '@angular/core'; import { BehaviorSubject } from 'rxjs'; import * as i0 from "@angular/core"; export declare abstract class AbstractNavigationResizableDrawerComponent implements OnInit { contentWidth: BehaviorSubject<number>; width: number; constructor(); ngOnInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration<AbstractNavigationResizableDrawerComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<AbstractNavigationResizableDrawerComponent, "ncc-abstract-navigation-resizable-drawer", never, { "contentWidth": { "alias": "contentWidth"; "required": false; }; }, {}, never, never, false, never>; }