Interface ShapeComponentProps

interface ShapeComponentProps {
    isWireframe?: boolean;
    shapeType?: Rectangle;
}

Implemented by

Properties

isWireframe?: boolean
shapeType?: Rectangle