UNPKG

igniteui-react-core

Version:
21 lines (20 loc) 534 B
import { Description } from "./Description"; import { Type } from "./type"; /** * @hidden */ export declare class ToolPanelContextChangedEventArgsDescription extends Description { static $t: Type; protected get_type(): string; get type(): string; constructor(); private h; get contextKey(): string; set contextKey(a: string); private j; get oldValueRef(): string; set oldValueRef(a: string); private i; get newValueRef(): string; set newValueRef(a: string); }