UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

12 lines (11 loc) 247 B
import { Type } from "./type"; export declare enum CodeGenerationLibraryItemType { Data = 0, EventHandler = 1, Template = 2, Unknown = 3 } /** * @hidden */ export declare let CodeGenerationLibraryItemType_$type: Type;