import { ElementRef, OnInit } from '@angular/core'; import * as i0 from "@angular/core"; /** * * Diretiva para redimensionamento de um elemento . */ export declare class TaVerticalResizeDirective implements OnInit { private elRef; /** * * Valor da Altura Máxima. */ alturaMaxima: string; /** * * Valor da Altura Mínima. */ alturaMinima: string; handleInputChange($event: Event): void; ngOnInit(): void; constructor(elRef: ElementRef); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; }