UNPKG

igniteui-webcomponents-charts

Version:

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

13 lines (12 loc) 212 B
import { Type } from "igniteui-webcomponents-core"; /** * @hidden */ export declare const enum MouseButtonType { Left = 0, Right = 1 } /** * @hidden */ export declare let MouseButtonType_$type: Type;