UNPKG

igniteui-react-core

Version:
16 lines (15 loc) 255 B
import { Type } from "./type"; /** * @hidden */ export declare const enum ScatterType { Unknown = 0, Polyline = 1, Polygon = 2, Point = 3, BreakEven = 4 } /** * @hidden */ export declare let ScatterType_$type: Type;