UNPKG

@raphy/ngx-equalizer

Version:

A library to equalize height and width of elements with Angular4+

9 lines (8 loc) 241 B
import { ElementRef } from '@angular/core'; export declare class EqualizerWatcherDirective { private _elementRef; private _id; readonly elementRef: ElementRef; id: string | number; constructor(_elementRef: ElementRef); }