/** * 基本图形类型枚举 */ export declare const enum ShapeTypeEnum { Group = "group", Text = "text", Rectangle = "rectangle", Circle = "circle", Ellipse = "ellipse", Line = "line", Polyline = "polyline", Polygon = "polygon", Path = "path", Image = "image", Icon = "icon" }