UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

11 lines (10 loc) 213 B
import { Type } from "./type"; export declare enum DataSeriesPropertyType { string1 = 0, DateTime = 1, Numeric = 2 } /** * @hidden */ export declare let DataSeriesPropertyType_$type: Type;