UNPKG

igniteui-react-core

Version:
19 lines (18 loc) 517 B
import { Description } from "./Description"; import { RectDescription } from "./RectDescription"; import { Type } from "./type"; /** * @hidden */ export declare class RectChangedEventArgsDescription extends Description { static $t: Type; protected get_type(): string; get type(): string; constructor(); private i; get oldRect(): RectDescription; set oldRect(a: RectDescription); private h; get newRect(): RectDescription; set newRect(a: RectDescription); }