UNPKG

igniteui-react-charts

Version:

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

11 lines (10 loc) 225 B
import { Type } from "igniteui-react-core"; export declare enum TreemapValueMappingMode { Sum = 0, Value = 1, CustomValue = 2 } /** * @hidden */ export declare let TreemapValueMappingMode_$type: Type;