router
router copied to clipboard
types: expose `BeforeLoadFn` type
I encountered this issue when creating a function that needs the BeforeLoadFn types. I also noticed that other types such as RouteLoaderFn are exposed.
This PR is to expose the BeforeLoadFn type.