We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f43d85c commit 00e37fdCopy full SHA for 00e37fd
.changeset/many-teachers-cheat.md
@@ -0,0 +1,5 @@
1
+---
2
+"@solidjs/router": minor
3
4
+
5
+Export all types used in public API
src/index.tsx
@@ -18,14 +18,19 @@ export * from "./data/index.js";
18
export type {
19
Location,
20
LocationChange,
21
+ MatchFilter,
22
+ MatchFilters,
23
NavigateOptions,
24
Navigator,
25
OutputMatch,
26
Params,
27
+ PathMatch,
28
RouteSectionProps,
29
RouteLoadFunc,
30
RouteLoadFuncArgs,
31
RouteDefinition,
32
+ Route,
33
+ RouteMatch,
34
RouterIntegration,
35
RouterUtils,
36
SetParams,
0 commit comments