React Corsair - v0.0.10
    Preparing search index...

    Interface RouterProviderProps

    Props of the RouterProvider component.

    interface RouterProviderProps {
        children?: ReactNode;
        value: Router;
    }
    Index

    Properties

    Properties

    children?: ReactNode

    Children rendered by the router. An Outlet is rendered by default.

    value: Router

    A router instance that populates the nested Outlet.