type UiConfigStore = AlchemyAccountsUIConfig & object;Defined in: account-kit/react/src/hooks/useUiConfig.tsx:23
| Name | Type |
|---|---|
isModalOpen | boolean |
setModalOpen() | (isOpen) => void |
updateConfig() | (config) => void |
type UiConfigStore = AlchemyAccountsUIConfig & object;Defined in: account-kit/react/src/hooks/useUiConfig.tsx:23
| Name | Type |
|---|---|
isModalOpen | boolean |
setModalOpen() | (isOpen) => void |
updateConfig() | (config) => void |