Lilact
    Preparing search index...

    Function Route

    • Route configuration component that maps a URL path to a rendered element.

      Parameters

      • props: { children: any; element?: null; path: any }

        Component props.

        • children: any

          Optional nested route definitions or additional content under this route.

        • Optionalelement?: null

          The React element to render when the route matches.

        • path: any

          The path pattern this route should match (e.g., "/users/:id").

      Returns null