UNPKG

igniteui-react-core

Version:
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(); }