UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

19 lines (18 loc) 391 B
import { Shape } from "./Shape"; import { Rect } from "./Rect"; import { Type } from "./type"; /** * @hidden */ export declare class Rectangle extends Shape { static $t: Type; private readonly ap; private ak; get am(): number; set am(a: number); private al; get an(): number; set an(a: number); constructor(); ao(a: Rect): void; }