UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

14 lines (13 loc) 263 B
import { Base, Type } from "./type"; /** * @hidden */ export declare class PointDescription extends Base { static $t: Type; private _x; get x(): number; set x(a: number); private _y; get y(): number; set y(a: number); }