UNPKG

ng2-qgrid

Version:
14 lines (13 loc) 533 B
import { ElementRef, OnDestroy, OnChanges, SimpleChanges } from '@angular/core'; import { VscrollPortYDirective } from './vscroll-port-y.directive'; export declare class VscrollColumnDirective implements OnDestroy, OnChanges { private port; index: number; private column; constructor(elementRef: ElementRef, port: VscrollPortYDirective); ngOnChanges(changes: SimpleChanges): void; ngOnDestroy(): void; private readonly layout; private readonly settings; private readonly container; }