UNPKG

igniteui-react-core

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