# UseClientActionsProps | @account-kit/react

> Overview of UseClientActionsProps 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 UseClientActionsProps<TTransport, TChain, TActions> = object;
```

Defined in: [account-kit/react/src/hooks/useClientActions.ts:10](https://github.com/alchemyplatform/aa-sdk/blob/main/account-kit/react/src/hooks/useClientActions.ts#L10)

## Type Parameters

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

  <tbody>
    <tr>
      <td>
        `TTransport` *extends* [`Transport`](https://viem.sh)
      </td>

      <td>
        [`Transport`](https://viem.sh)
      </td>
    </tr>

    <tr>
      <td>
        `TChain` *extends* [`Chain`](https://viem.sh) | `undefined`
      </td>

      <td>
        [`Chain`](https://viem.sh) | `undefined`
      </td>
    </tr>

    <tr>
      <td>
        `TActions` *extends* `object`
      </td>

      <td>
        `object`
      </td>
    </tr>

  </tbody>
</table>

## Properties

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

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

      <td>
        (`client`) => `TActions`
      </td>
    </tr>

    <tr>
      <td>
        <a id="client" /> `client?`
      </td>

      <td>
        `UseSmartAccountClientResult`\<`TChain`, `SupportedAccounts`>\[`"client"`]
      </td>
    </tr>

  </tbody>
</table>