We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2cfaaba commit 39fae07Copy full SHA for 39fae07
packages/router/src/experimental/index.ts
@@ -25,6 +25,8 @@ export {
25
MatcherPatternPathCustomParams,
26
// custom param parsers
27
// TODO: find a more elegant format than having 4 variants per param type
28
+ // NOTE: I think in exported types, we should only export the generic version that can
29
+ // handle all types of params consistently
30
PARAM_PARSER_INT,
31
PARAM_INTEGER_SINGLE,
32
PARAM_NUMBER_OPTIONAL,
0 commit comments