@xh/hoist 73.0.0-SNAPSHOT.1744727919048 → 73.0.0-SNAPSHOT.1744738564384

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -27,8 +27,7 @@ export function useOnUnmount(fn: () => void) {
27
27
 
28
28
  /**
29
29
  * Hook to run a function when a DOM element is resized.
30
- *
31
- * @see observeResize() for more details.
30
+ * See {@link observeResize} for more details.
32
31
  *
33
32
  * @param fn - receives a DOMRect containing the dimensions of the DOM element.
34
33
  * @param opts - extra options, currently supporting a `debounce` specified in ms.