UNPKG

ng2-qgrid

Version:
8 lines (6 loc) 210 B
import { Event } from '../../core/infrastructure/event'; import { Model } from '../../core/infrastructure/model'; export declare class CellEditorView { constructor(model: Model); closeEvent: Event; }