@yamada-ui/use-disclosure
Advanced tools
Comparing version 0.0.0-dev-20231220072135 to 0.0.0-dev-20231224084558
@@ -8,2 +8,8 @@ type UseDisclosureProps<T extends (...args: any[]) => any = () => void, K extends (...args: any[]) => any = () => void> = { | ||
}; | ||
/** | ||
* `useDisclosure` is a custom hook that helps handle common open/close or toggle scenarios. | ||
* It can be used to control components such as `Modal`, `Dialog`, `Drawer`, etc. | ||
* | ||
* @see Docs https://yamada-ui.com/hooks/use-disclosure | ||
*/ | ||
declare const useDisclosure: <T extends (...args: any[]) => any = () => void, K extends (...args: any[]) => any = () => void>(props?: UseDisclosureProps<T, K>) => { | ||
@@ -10,0 +16,0 @@ isOpen: boolean; |
{ | ||
"name": "@yamada-ui/use-disclosure", | ||
"version": "0.0.0-dev-20231220072135", | ||
"version": "0.0.0-dev-20231224084558", | ||
"description": "Yamada UI useDisclosure 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
18115
174
1
+ Added@yamada-ui/utils@0.0.0-dev-20231224084558(transitive)
- Removed@yamada-ui/utils@0.0.0-dev-20231220072135(transitive)