ng2-qgrid
Version:
Angular Grid
12 lines (11 loc) • 493 B
TypeScript
import { OnInit, OnDestroy, ElementRef } from '@angular/core';
import { VscrollPortXDirective } from './vscroll-port-x.directive';
import { VscrollPortYDirective } from './vscroll-port-y.directive';
export declare class VscrollMarkDirective implements OnInit, OnDestroy {
private elementRef;
key: string;
private ports;
constructor(elementRef: ElementRef, portX: VscrollPortXDirective, portY: VscrollPortYDirective);
ngOnInit(): void;
ngOnDestroy(): void;
}