UNPKG

@ngx-performance-ui/core

Version:
9 lines (8 loc) 225 B
import { ElementRef } from '@angular/core'; export declare class AutosizeDirective { element: ElementRef; enabled: boolean; onInput(): void; constructor(element: ElementRef); ngAfterContentInit(): void; }