Interface IProps

    interface IProps {
        file: File;
        simulation: Simulation;
    }

    Properties

    Properties

    file: File
    simulation: Simulation

    Generated using TypeDoc and TypeDoc Airthium Plugin