UNPKG

igniteui-react-charts

Version:

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

11 lines (10 loc) 230 B
import { Type } from "igniteui-react-core"; export declare enum TreemapNodeStyleMappingTargetType { All = 0, Parent = 1, Child = 2 } /** * @hidden */ export declare let TreemapNodeStyleMappingTargetType_$type: Type;