UNPKG

angular-auto-size-input

Version:

Plug and Play directive to automatically scale textareas to their contents. Works while yout type, copy, cut, and paste.

10 lines (9 loc) 298 B
import { ElementRef, AfterViewInit } from '@angular/core'; export declare class AutoSizeInputDirective implements AfterViewInit { private _elementRef; true: any; constructor(_elementRef: ElementRef); ngAfterViewInit(): void; resize: () => void; delayedResize: () => void; }