Variable defaultConst

    default: {
        About: FunctionComponent<IProps>;
        BoundaryConditions: FunctionComponent<Props>;
        Geometry: FunctionComponent<IProps>;
        Initialization: FunctionComponent<IProps>;
        Materials: FunctionComponent<Props>;
        Parameters: FunctionComponent<IProps>;
        Postprocessing: FunctionComponent<IProps>;
        Run: FunctionComponent<IProps>;
        Selector: FunctionComponent<ISelectorProps>;
        Updater: FunctionComponent<IUpdaterProps>;
    } = ...

    Type declaration

    • About: FunctionComponent<IProps>
    • BoundaryConditions: FunctionComponent<Props>
    • Geometry: FunctionComponent<IProps>
    • Initialization: FunctionComponent<IProps>
    • Materials: FunctionComponent<Props>
    • Parameters: FunctionComponent<IProps>
    • Postprocessing: FunctionComponent<IProps>
    • Run: FunctionComponent<IProps>
    • Selector: FunctionComponent<ISelectorProps>
    • Updater: FunctionComponent<IUpdaterProps>

    Generated using TypeDoc and TypeDoc Airthium Plugin