UNPKG

igniteui-webcomponents-charts

Version:

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

15 lines (14 loc) 261 B
import { Type } from "igniteui-webcomponents-core"; /** * @hidden */ export declare const enum TimeRepetitionLevel { None = 0, Year = 1, Month = 2, Day = 3 } /** * @hidden */ export declare let TimeRepetitionLevel_$type: Type;