UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

11 lines (10 loc) 286 B
import { Base, Type } from "./type"; import { CodeGenerationSpecialValueType } from "./CodeGenerationSpecialValueType"; /** * @hidden */ export declare class CodeGenerationSpecialValue extends Base { static $t: Type; a: CodeGenerationSpecialValueType; b: any; }