Quickstart Node.js
    Preparing search index...

    Interface LineProps

    interface LineProps {
        x2: number;
        y2: number;
        stroke: string;
    }
    Index

    Properties

    Properties

    x2: number
    y2: number
    stroke: string