# ExportAccountComponentProps | @account-kit/react

> Props for the `ExportAccountComponent` component. This component is returned from the `useExportAccount` hook and should be rendered in the parent component to display the account recovery details in an iframe.  iframeCss [optional] - CSS to apply to the iframe.  className [optional] - Class name to apply to the container div.  isExported - Whether the account has been exported.

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

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

```ts
type ExportAccountComponentProps = object;
```

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

Props for the `ExportAccountComponent` component. This component is
returned from the `useExportAccount` hook and should be rendered in the
parent component to display the account recovery details in an iframe.

iframeCss \[optional] - CSS to apply to the iframe.

className \[optional] - Class name to apply to the container div.

isExported - Whether the account has been exported.

## Properties

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

  <tbody>
    <tr>
      <td>
        <a id="classname" /> `className?`
      </td>

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

    <tr>
      <td>
        <a id="iframecss" /> `iframeCss?`
      </td>

      <td>
        `CSSProperties`
      </td>
    </tr>

    <tr>
      <td>
        <a id="isexported" /> `isExported`
      </td>

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

  </tbody>
</table>