UNPKG

igniteui-webcomponents-charts

Version:

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

11 lines (10 loc) 232 B
import { Type } from "igniteui-webcomponents-core"; export declare enum TreemapLayoutType { Squarified = 0, SliceAndDice = 1, Stripped = 2 } /** * @hidden */ export declare let TreemapLayoutType_$type: Type;