UNPKG

@hxui/angular

Version:

* * *

9 lines (8 loc) 268 B
import { ElementRef, AfterViewInit } from '@angular/core'; export declare class AutoGrowDirective implements AfterViewInit { element: ElementRef; onInput(): void; constructor(element: ElementRef); ngAfterViewInit(): void; resize(): void; }