UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

10 lines (9 loc) 179 B
import { Shape } from "./Shape"; import { Type } from "./type"; /** * @hidden */ export declare class Ellipse extends Shape { static $t: Type; constructor(); }