UNPKG

@hxui/angular

Version:

This README includes the steps that are necessary to import the HxUi-angular into a project or to contribute with development.

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; }