@forge/react

11.18.0-next.011.18.0-next.1
out/router/utils/matchPath.d.ts
+out/router/utils/matchPath.d.tsNew file
+5
Index: package/out/router/utils/matchPath.d.ts
===================================================================
--- package/out/router/utils/matchPath.d.ts
+++ package/out/router/utils/matchPath.d.ts
@@ -0,0 +1,5 @@
+export interface MatchResult {
+    params: Record<string, string>;
+}
+export declare const matchPath: (pattern: string, pathname: string) => MatchResult | null;
+//# sourceMappingURL=matchPath.d.ts.map
\ No newline at end of file