PreloadingFeature
A type alias that represents a feature which enables preloading in Router.
The type is used to describe the return value of the withPreloading
function.
type PreloadingFeature = RouterFeature<RouterFeatureKind.PreloadingFeature>;