Interface OutletProps

Props of an Outlet.

interface OutletProps {
    children?: ReactNode;
}

Properties

Properties

children?: ReactNode

A content that is rendered if there's no route to render.