UNPKG

ng2-qgrid

Version:
9 lines (6 loc) 223 B
import { GridService } from '../services/grid'; import { Model } from '../infrastructure/model'; export declare class ViewCtrl { constructor(model: Model, view: any, service: GridService); invalidate(): void; }