UNPKG

igniteui-react-charts

Version:

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

10 lines (9 loc) 200 B
import { Type } from "igniteui-react-core"; export declare enum ZoomSliderOrientation { Horizontal = 0, Vertical = 1 } /** * @hidden */ export declare let ZoomSliderOrientation_$type: Type;