@forge/react

11.18.0-next.011.18.0-next.1
out/router/components/RouterContext.d.ts
+out/router/components/RouterContext.d.tsNew file
+9
Index: package/out/router/components/RouterContext.d.ts
===================================================================
--- package/out/router/components/RouterContext.d.ts
+++ package/out/router/components/RouterContext.d.ts
@@ -0,0 +1,9 @@
+import { MutableRefObject } from 'react';
+import type { History, Location } from 'history';
+export interface RouterContextValue {
+    history: History;
+    location: Location;
+    hasMatchedRouteRef: MutableRefObject<boolean>;
+}
+export declare const RouterContext: import("react").Context<RouterContextValue | null>;
+//# sourceMappingURL=RouterContext.d.ts.map
\ No newline at end of file