Interface IProps

    interface IProps {
        index: number;
        simulation: Simulation;
        swr: Swr;
    }

    Properties

    Properties

    index: number
    simulation: Simulation
    swr: Swr

    Generated using TypeDoc and TypeDoc Airthium Plugin