UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

12 lines (11 loc) 267 B
import { Type } from "./type"; export declare enum CodeGenerationLibraryItemContentLocation { Code = 0, JsonFile = 1, CDN = 2, CDNSkipHydrate = 3 } /** * @hidden */ export declare let CodeGenerationLibraryItemContentLocation_$type: Type;