Alchemy Logo

UiConfigStore

type UiConfigStore = AlchemyAccountsUIConfig & object;

Defined in: account-kit/react/dist/types/hooks/useUiConfig.d.ts:7

NameType

isModalOpen

boolean

setModalOpen()

(isOpen) => void

updateConfig()

(config) => void

Was this page helpful?