We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5784762 commit 75f57ffCopy full SHA for 75f57ff
src/components.tsx
@@ -2,6 +2,7 @@
2
import type { JSX } from "solid-js";
3
import { createMemo, mergeProps, splitProps } from "solid-js";
4
import {
5
+ RouterContextObj,
6
useHref,
7
useLocation,
8
useNavigate,
@@ -13,6 +14,8 @@ import type {
13
14
} from "./types.js";
15
import { normalizePath } from "./utils.js";
16
17
+export { RouterContextObj as RouterContext };
18
+
19
declare module "solid-js" {
20
namespace JSX {
21
interface AnchorHTMLAttributes<T> {
0 commit comments