Interface LineProps

interface LineProps {
    bounds: Bounds;
    linePoints: number[];
    pathProps?: SVGProps<SVGPathElement>;
}

Hierarchy

  • SVGProps<SVGSVGElement>
    • LineProps

Properties

bounds: Bounds
linePoints: number[]
pathProps?: SVGProps<SVGPathElement>