UNPKG

igniteui-react-core

Version:
23 lines (22 loc) 606 B
import { Description } from "./Description"; import { Type } from "./type"; /** * @hidden */ export declare class WebComboChangeEventArgsDetailDescription extends Description { static $t: Type; protected get_type(): string; get type(): string; private static __marshalByValue; private static __marshalByValueAlias; constructor(); private l; get newValueRef(): string; set newValueRef(a: string); private k; get itemsRef(): string; set itemsRef(a: string); private j; get changeType(): string; set changeType(a: string); }