Type Alias ShapeProps

ShapeProps:
    | CircleProps
    | EllipseProps
    | EquationProps
    | ImageProps
    | LineProps
    | PathProps
    | PolygonProps
    | PolylineProps
    | RectangleProps
    | TextProps
    | GroupProps