igniteui-angular-core
Version:
Ignite UI Angular Core logic used in multiple UI components.
16 lines (15 loc) • 370 B
TypeScript
import { Geometry } from "./Geometry";
import { Rect } from "./Rect";
import { GeometryType } from "./GeometryType";
import { Type } from "./type";
/**
* @hidden
*/
export declare class RectangleGeometry extends Geometry {
static $t: Type;
e: Rect;
c: number;
d: number;
protected get_b(): GeometryType;
get b(): GeometryType;
}