@jamsr-ui/utils
Advanced tools
Comparing version 0.0.64 to 0.0.65
import * as React$1 from 'react'; | ||
declare const useDOMRef: <T extends HTMLElement = HTMLElement>(ref?: React.Ref<T | null>) => React$1.RefObject<T>; | ||
declare const useDOMRef: <T extends HTMLElement = HTMLElement>(ref?: React.Ref<T | null>) => React$1.RefObject<T | null>; | ||
export { useDOMRef }; |
{ | ||
"name": "@jamsr-ui/utils", | ||
"version": "0.0.64", | ||
"version": "0.0.65", | ||
"description": "A modern and beautiful Next.js UI components library.", | ||
@@ -36,4 +36,4 @@ "sideEffects": false, | ||
"framer-motion": "12.0.0-alpha.2", | ||
"react": "19.0.0-rc-603e6108-20241029", | ||
"react-dom": "19.0.0-rc-603e6108-20241029" | ||
"react": "19.0.0", | ||
"react-dom": "19.0.0" | ||
}, | ||
@@ -40,0 +40,0 @@ "exports": { |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
57018