Skip to content
Merged
Show file tree
Hide file tree
Changes from 5 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion packages/router-core/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ export type {
RequiredToOptions,
} from './link'

export { componentTypes } from './load-matches'

export type {
RouteToPath,
TrailingSlashOptionByRouter,
Expand Down Expand Up @@ -197,7 +199,6 @@ export {
defaultSerializeError,
getLocationChangeInfo,
RouterCore,
componentTypes,
lazyFn,
SearchParamError,
PathParamError,
Expand Down
Loading