# useWalletModal

* required provider: WalletModalProvider
* parameters
  * theme: 'dark' | 'light'

### Properties

| Name    | Description                          | Type    | Default |
| ------- | ------------------------------------ | ------- | ------- |
| visible | Visibility state of the wallet modal | boolean | false   |

### Methods

<table><thead><tr><th width="186">Name</th><th width="353">Description</th><th width="209">Type</th></tr></thead><tbody><tr><td>setVisible</td><td>Set the visibility state of the wallet modal</td><td>(open: boolean) => void</td></tr><tr><td>openWalletModal</td><td>Open the wallet modal</td><td>() => void</td></tr><tr><td>switchTheme</td><td>Switch to dark or light theme</td><td>(theme: 'dark' | 'light') => void</td></tr></tbody></table>
