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

    Interface OutletProps

    Props of the Outlet component.

    interface OutletProps {
        fallback?: ReactNode;
    }
    Index

    Properties

    Properties

    fallback?: ReactNode

    Children that are rendered if there's no route to render in an outlet.