UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

15 lines (14 loc) 417 B
import { Base, Type } from "./type"; import { JsonDictionaryValueType } from "./JsonDictionaryValueType"; /** * @hidden */ export declare class CodeGeneratingComponentRendererDataEmitterPropertyType extends Base { static $t: Type; c: JsonDictionaryValueType; f: boolean; a: string[]; b: CodeGeneratingComponentRendererDataEmitterPropertyType[]; d: boolean; e(): boolean; }