Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@yamada-ui/use-disclosure

Package Overview
Dependencies
Maintainers
1
Versions
559
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@yamada-ui/use-disclosure - npm Package Compare versions

Comparing version 0.0.0-dev-20231220072135 to 0.0.0-dev-20231224084558

6

dist/index.d.ts

@@ -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;

5

package.json
{
"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": {

dist/index.d.mts

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc