UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

11 lines (10 loc) 210 B
import { Type } from "./type"; export declare enum BaseControlTheme { Default = 0, DenaliLight = 1, MaterialLight = 2 } /** * @hidden */ export declare let BaseControlTheme_$type: Type;