UNPKG

igniteui-react-charts

Version:

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

11 lines (10 loc) 216 B
import { Type } from "igniteui-react-core"; export declare enum TreemapLabelVerticalFitMode { Auto = 0, Show = 1, Hide = 2 } /** * @hidden */ export declare let TreemapLabelVerticalFitMode_$type: Type;