UNPKG

ag-grid-community

Version:

Advanced Data Grid / Data Table supporting Javascript / Typescript / React / Angular / Vue

5 lines (4 loc) 254 B
import type { AgEventService } from '../agStack/interfaces/iEvent'; import type { AgEventTypeParams } from '../events'; import type { AgGridCommon } from './iCommon'; export type IEventService = AgEventService<AgEventTypeParams, AgGridCommon<any, any>>;