UNPKG

igniteui-react-core

Version:
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; }