UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

12 lines (11 loc) 259 B
import { Shape } from "./Shape"; import { PointCollection } from "./PointCollection"; import { Type } from "./type"; /** * @hidden */ export declare class Polygon extends Shape { static $t: Type; constructor(); an: PointCollection; }