LoadChildren
A string of the form path/to/file#exportName
that acts as a URL for a set of routes to load,
or a function that returns such a set.
type LoadChildren = string | LoadChildrenCallback;
A string of the form path/to/file#exportName
that acts as a URL for a set of routes to load,
or a function that returns such a set.
type LoadChildren = string | LoadChildrenCallback;