interface IProps {
    onClose: () => void;
    onError: (error?: string) => void;
    sensor: Sensor;
    simulation: Simulation;
    swr: Swr;
}

Properties

onClose: () => void
onError: (error?: string) => void
sensor: Sensor
simulation: Simulation
swr: Swr