UNPKG

ag-grid-community

Version:

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

5 lines (4 loc) 115 B
export interface AgEvent<TEventType extends string = string> { /** Event identifier */ type: TEventType; }