@neocomplexx/ngx-neo-directives
Version:
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 7.0.5.
10 lines (9 loc) • 339 B
TypeScript
import { ElementRef, AfterViewChecked } from '@angular/core';
export declare class NeoMatchHeightDirective implements AfterViewChecked {
private el;
matchHeightClassName: string;
onResize(): void;
constructor(el: ElementRef);
ngAfterViewChecked(): void;
matchHeight(parent: HTMLElement, className: string): void;
}