UNPKG

igniteui-angular-charts

Version:

Ignite UI Angular charting components for building rich data visualizations for modern web apps.

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