@forge/react
11.18.0-next.011.18.0-next.1
out/router/components/ParamsContext.d.ts+
out/router/components/ParamsContext.d.tsNew file+3
Index: package/out/router/components/ParamsContext.d.ts
===================================================================
--- package/out/router/components/ParamsContext.d.ts
+++ package/out/router/components/ParamsContext.d.ts
@@ -0,0 +1,3 @@
+/// <reference types="react" />
+export declare const ParamsContext: import("react").Context<Record<string, string> | null>;
+//# sourceMappingURL=ParamsContext.d.ts.map
\ No newline at end of file