UNPKG

igniteui-react-core

Version:
22 lines (21 loc) 803 B
import { Description } from "./Description"; import { Type } from "./type"; import { PropertyEditorDescriptionObjectDescription } from "./PropertyEditorDescriptionObjectDescription"; /** * @hidden */ export declare class PropertyEditorPropertyDescriptionCoercingValueEventArgsDescription extends Description { static $t: Type; protected get_type(): string; get type(): string; constructor(); private l; get value(): any; set value(a: any); private j; get complexValue(): PropertyEditorDescriptionObjectDescription; set complexValue(a: PropertyEditorDescriptionObjectDescription); private h; get complexValues(): PropertyEditorDescriptionObjectDescription[]; set complexValues(a: PropertyEditorDescriptionObjectDescription[]); }