@forge/react

11.18.0-next.011.18.0-next.1
out/router/hooks/useParams.d.ts
+out/router/hooks/useParams.d.tsNew file
+8
Index: package/out/router/hooks/useParams.d.ts
===================================================================
--- package/out/router/hooks/useParams.d.ts
+++ package/out/router/hooks/useParams.d.ts
@@ -0,0 +1,8 @@
+/**
+ * This hook returns an object containing the dynamic parameters extracted from the current URL, as defined by the matching Route component's path prop.
+ * It must be used within a Route component.
+ *
+ * @see [useParams](https://developer.atlassian.com/platform/forge/ui-kit/hooks/use-params/) in UI Kit documentation for more information
+ */
+export declare const useParams: () => Record<string, string>;
+//# sourceMappingURL=useParams.d.ts.map
\ No newline at end of file