# ConfigForExternalWalletsParams | @account-kit/react

> Overview of the ConfigForExternalWalletsParams interface 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. */}

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

## Properties

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

  <tbody>
    <tr>
      <td>
        <a id="chaintype" /> `chainType`
      </td>

      <td>
        [`ChainType`](../type-aliases/ChainType)\[]
      </td>
    </tr>

    <tr>
      <td>
        <a id="hidemorebutton" /> `hideMoreButton?`
      </td>

      <td>
        `boolean`
      </td>
    </tr>

    <tr>
      <td>
        <a id="morebuttontext" /> `moreButtonText?`
      </td>

      <td>
        `string`
      </td>
    </tr>

    <tr>
      <td>
        <a id="numfeaturedwallets" /> `numFeaturedWallets?`
      </td>

      <td>
        `number`
      </td>
    </tr>

    <tr>
      <td>
        <a id="walletconnectprojectid" /> `walletConnectProjectId?`
      </td>

      <td>
        `string`
      </td>
    </tr>

    <tr>
      <td>
        <a id="wallets" /> `wallets`
      </td>

      <td>
        `string`\[]
      </td>
    </tr>

  </tbody>
</table>