@neocomplexx/ngx-neo-directives-mat
Version:
11 lines (10 loc) • 381 B
TypeScript
import { ElementRef } from '@angular/core';
import { 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;
}