UNPKG

igniteui-angular

Version:

Ignite UI for Angular is a dependency-free Angular toolkit for building modern web apps

18 lines (17 loc) 727 B
"use strict"; // generate schema: // npx typescript-json-schema migrations/common/schema/index.ts SelectorChanges -o migrations/common/schema/selector.schema.json --required Object.defineProperty(exports, "__esModule", { value: true }); exports.ElementType = exports.ThemeType = void 0; var ThemeType; (function (ThemeType) { ThemeType["Variable"] = "variable"; ThemeType["Property"] = "property"; ThemeType["Function"] = "function"; ThemeType["Mixin"] = "mixin"; })(ThemeType || (exports.ThemeType = ThemeType = {})); var ElementType; (function (ElementType) { ElementType["Directive"] = "directive"; ElementType["Component"] = "component"; })(ElementType || (exports.ElementType = ElementType = {}));