# AlchemyAccountsProviderProps | @account-kit/react-native

> Overview of AlchemyAccountsProviderProps from @account-kit/react-native

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

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

```ts
type AlchemyAccountsProviderProps = object;
```

Defined in: [account-kit/react-native/src/context.tsx:15](https://github.com/alchemyplatform/aa-sdk/blob/main/account-kit/react-native/src/context.tsx#L15)

## 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="initialstate" /> `initialState?`
      </td>

      <td>
        `AlchemyClientState`
      </td>
    </tr>

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

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

  </tbody>
</table>