A dictionary of components that can be stored in route data.
import { DaffRouterNamedViews } from '@daffodil/router'
type DaffRouterNamedViews = Record<string, Route['component']>
Record