igniteui-react-core
Version:
Ignite UI React Core.
19 lines (18 loc) • 517 B
TypeScript
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);
}