Interface IProps

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

    Properties

    project: Project
    simulation: Simulation
    swr: Swr

    Generated using TypeDoc and TypeDoc Airthium Plugin