UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

17 lines (16 loc) 297 B
import { Type } from "./type"; /** * @hidden */ export declare const enum PlatformSpecifierType { None = 0, Number = 1, Date = 2, AbstractNumber = 3, AbstractDate = 4, Generic = 5 } /** * @hidden */ export declare let PlatformSpecifierType_$type: Type;