Interface Props

    interface Props {
        geometries: Geometry[];
        onEdit: ((type: string, index: number) => void);
        simulation: Simulation;
        swr: Swr;
    }

    Properties

    geometries: Geometry[]
    onEdit: ((type: string, index: number) => void)
    simulation: Simulation
    swr: Swr

    Generated using TypeDoc and TypeDoc Airthium Plugin