Interface IProps

    interface IProps {
        geometries: Geometry[];
        setGeometries: Dispatch<SetStateAction<IFrontGeometriesItem[]>>;
        simulation: Simulation;
        swr: Swr;
    }

    Properties

    geometries: Geometry[]
    setGeometries: Dispatch<SetStateAction<IFrontGeometriesItem[]>>
    simulation: Simulation
    swr: Swr

    Generated using TypeDoc and TypeDoc Airthium Plugin