Rezi
    Preparing search index...

    Type Alias CreateNodeAppOptions<S>

    CreateNodeAppOptions: Readonly<
        {
            config?: NodeAppConfig;
            hotReload?: NodeAppHotReloadOptions<S>;
            initialRoute?: string;
            initialState: S;
            routes?: readonly RouteDefinition<S>[];
            theme?: ThemeDefinition;
        },
    >

    Type Parameters

    • S