UNPKG

ng2-qgrid

Version:
12 lines (11 loc) 403 B
import { TemplateHostService } from '../../template/template-host.service'; import { PluginService } from '../plugin.service'; export declare class StatusBarComponent { private plugin; context: { $implicit: StatusBarComponent; }; constructor(plugin: PluginService, templateHost: TemplateHostService); readonly rowIndex: number; readonly columnIndex: number; }