Interface IProps

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

    Properties

    Properties

    simulation: Simulation
    swr: Swr

    Generated using TypeDoc and TypeDoc Airthium Plugin