Alchemy Logo

createUiConfigStore

function createUiConfigStore(
  initialConfig?,
): UseBoundStore<StoreApi<UiConfigStore>>;

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

ParameterType

initialConfig?

AlchemyAccountsUIConfig

UseBoundStore<StoreApi<UiConfigStore>>

Was this page helpful?