UNPKG

igniteui-react-charts

Version:

Ignite UI React charting components for building rich data visualizations using TypeScript APIs.

14 lines (13 loc) 345 B
import { IFastItemColumn$1 } from "igniteui-react-core"; import { Type } from "igniteui-react-core"; /** * @hidden */ export interface IHasHighLowValueCategory { readonly highColumn: IFastItemColumn$1<number>; readonly lowColumn: IFastItemColumn$1<number>; } /** * @hidden */ export declare let IHasHighLowValueCategory_$type: Type;