We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
LocationQueryValueRaw
1 parent 9fd7c9c commit dc02850Copy full SHA for dc02850
src/index.ts
@@ -9,6 +9,7 @@ export {
9
stringifyQuery,
10
LocationQueryRaw,
11
LocationQueryValue,
12
+ LocationQueryValueRaw,
13
} from './query'
14
15
export { RouterHistory } from './history/common'
src/query.ts
@@ -11,7 +11,7 @@ export type LocationQueryValue = string | null
*
* @internal
*/
-type LocationQueryValueRaw = LocationQueryValue | number | undefined
+export type LocationQueryValueRaw = LocationQueryValue | number | undefined
/**
16
* Normalized query object that appears in {@link RouteLocationNormalized}
17
0 commit comments