UNPKG

igniteui-react-core

Version:
24 lines (23 loc) 598 B
import { Description } from "./Description"; import { Type } from "./type"; /** * @hidden */ export declare class CalloutContentUpdatingEventArgsDescription extends Description { static $t: Type; protected get_type(): string; get type(): string; constructor(); private j; get xValueRef(): string; set xValueRef(a: string); private k; get yValueRef(): string; set yValueRef(a: string); private i; get itemRef(): string; set itemRef(a: string); private h; get contentRef(): string; set contentRef(a: string); }