UNPKG

ag-charts-community

Version:

Advanced Charting / Charts supporting Javascript / Typescript / React / Angular / Vue

5 lines (4 loc) 103 B
export interface IDataSetSelection { getSelectedCount(): number; getSelection(): Uint8Array; }