Interface SVGRectProps

interface SVGRectProps {
    pathBounds?: Bounds;
    pathProps?: SVGProps<SVGPathElement>;
}

Hierarchy (view full)

Properties

pathBounds?: Bounds
pathProps?: SVGProps<SVGPathElement>