Package-level declarations
Types
Defines an animated route.
The scope all pop operations are performed in
A Router is stack of RouteStackEntry that allows pushing and popping of routes.
Defines a route transition. An IRouteTransition may define a transition however the UI needs.
Defines a route that supports Web Browsers and allows a router to update the title and URL bar. Note: When using IWebRoute with Compose Multiplatform your application and web server must be configured to handle paths via configureWebResources.resourcePathMapping and potentially web server path rewrites to avoid 404s and errors
A Trie for resolving deep-linked URLs to IRoutes
Defines an entry in the route stack. It contains a unique id for the entry, the IRoute that identifies the route, and its lifecycle
Defines if a transition between routes is running or Idle