# AlchemyAccountContextProps | @account-kit/react

> Overview of AlchemyAccountContextProps 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
type AlchemyAccountContextProps = object;
```

Defined in: [account-kit/react/src/AlchemyAccountContext.ts:7](https://github.com/alchemyplatform/aa-sdk/blob/main/account-kit/react/src/AlchemyAccountContext.ts#L7)

## Properties

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

  <tbody>
    <tr>
      <td>
        <a id="config" /> `config`
      </td>

      <td>
        `AlchemyAccountsConfig`
      </td>
    </tr>

    <tr>
      <td>
        <a id="queryclient" /> `queryClient`
      </td>

      <td>
        `QueryClient`
      </td>
    </tr>

  </tbody>
</table>