# UiConfigProvider | @account-kit/react

> Overview of the UiConfigProvider component from @account-kit/react

> For the complete documentation index, see [llms.txt](/docs/llms.txt).

{/* This file is auto-generated by TypeDoc. Do not edit manually. */}

```ts
function UiConfigProvider(__namedParameters): Element;
```

Defined in: [account-kit/react/src/hooks/useUiConfig.tsx:94](https://github.com/alchemyplatform/aa-sdk/blob/main/account-kit/react/src/hooks/useUiConfig.tsx#L94)

## Parameters

<table>
  <thead>
    <tr>
      <th align="left">Parameter</th>
      <th align="left">Type</th>
    </tr>
  </thead>

  <tbody>
    <tr>
      <td>
        `__namedParameters`
      </td>

      <td>
        `PropsWithChildren`\<\{ `initialConfig?`: [`AlchemyAccountsUIConfig`](../type-aliases/AlchemyAccountsUIConfig); }>
      </td>
    </tr>

  </tbody>
</table>

## Returns

`Element`