UNPKG

@ux-aspects/ux-aspects

Version:

Open source user interface framework for building modern, responsive, mobile big data applications

12 lines (11 loc) 482 B
import { AfterViewInit } from '@angular/core'; import * as i0 from "@angular/core"; export declare class AutoGrowDirective implements AfterViewInit { private readonly _elementRef; private readonly _renderer; constructor(); ngAfterViewInit(): void; update(): void; static ɵfac: i0.ɵɵFactoryDeclaration<AutoGrowDirective, never>; static ɵdir: i0.ɵɵDirectiveDeclaration<AutoGrowDirective, "[uxAutoGrow]", never, {}, {}, never, never, false, never>; }