UNPKG

ag-charts-community

Version:

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

5 lines (4 loc) 169 B
export type ZIndex = number | readonly number[]; type CompareResult = -1 | 0 | 1; export declare function compareZIndex(a: ZIndex, b: ZIndex): CompareResult; export {};