UNPKG

@aurigma/design-atoms-model

Version:

Design Atoms is a part of Customer's Canvas SDK which allows for manipulating individual design elements through your code.

9 lines (8 loc) 328 B
import { ShapeItem } from "./ShapeItem"; import { RectangleF } from "../../Math/RectangleF"; export declare class EllipseItem extends ShapeItem { constructor(sourceRec?: RectangleF); static type: string; type: string; clone(generateNewIds?: boolean, appropriateParentContainer?: boolean): EllipseItem; }