Skip to content

Commit 00e37fd

Browse files
committedMay 29, 2024
Export all types used in public API
1 parent f43d85c commit 00e37fd

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed
 

‎.changeset/many-teachers-cheat.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@solidjs/router": minor
3+
---
4+
5+
Export all types used in public API

‎src/index.tsx

+5
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,19 @@ export * from "./data/index.js";
1818
export type {
1919
Location,
2020
LocationChange,
21+
MatchFilter,
22+
MatchFilters,
2123
NavigateOptions,
2224
Navigator,
2325
OutputMatch,
2426
Params,
27+
PathMatch,
2528
RouteSectionProps,
2629
RouteLoadFunc,
2730
RouteLoadFuncArgs,
2831
RouteDefinition,
32+
Route,
33+
RouteMatch,
2934
RouterIntegration,
3035
RouterUtils,
3136
SetParams,

0 commit comments

Comments
 (0)
Please sign in to comment.