UNPKG

igniteui-react-charts

Version:

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

15 lines (14 loc) 257 B
import { Type } from "igniteui-react-core"; /** * @hidden */ export declare const enum ZoomSliderCursor { Default = 0, LeftRight = 1, UpDown = 2, Move = 3 } /** * @hidden */ export declare let ZoomSliderCursor_$type: Type;