@yamada-ui/use-outside-click
Advanced tools
Comparing version 0.0.0-dev-20231220072135 to 0.0.0-dev-20231224084558
@@ -6,4 +6,9 @@ type UseOutsideClickProps = { | ||
}; | ||
/** | ||
* `useOutsideClick` is a custom hook that detects click events outside of an element. | ||
* | ||
* @see Docs https://yamada-ui.com/hooks/use-outside-click | ||
*/ | ||
declare const useOutsideClick: ({ ref, handler, enabled, }: UseOutsideClickProps) => void; | ||
export { type UseOutsideClickProps, useOutsideClick }; |
{ | ||
"name": "@yamada-ui/use-outside-click", | ||
"version": "0.0.0-dev-20231220072135", | ||
"version": "0.0.0-dev-20231224084558", | ||
"description": "Yamada UI useOutsideClick custom hook", | ||
@@ -18,2 +18,3 @@ "keywords": [ | ||
}, | ||
"homepage": "https://yamada-ui.com", | ||
"repository": { | ||
@@ -28,3 +29,3 @@ "type": "git", | ||
"dependencies": { | ||
"@yamada-ui/utils": "0.0.0-dev-20231220072135" | ||
"@yamada-ui/utils": "0.0.0-dev-20231224084558" | ||
}, | ||
@@ -31,0 +32,0 @@ "devDependencies": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
17031
166
1
+ Added@yamada-ui/utils@0.0.0-dev-20231224084558(transitive)
- Removed@yamada-ui/utils@0.0.0-dev-20231220072135(transitive)