> ## Documentation Index
> Fetch the complete documentation index at: https://docs.cdp.coinbase.com/llms.txt
> Use this file to discover all available pages before exploring further.

# UseKeyExportIframeOptions

Options for the EVM and Solana key export iframe hooks.

## Properties

| Property                               | Type                                  | Description                                                       |
| -------------------------------------- | ------------------------------------- | ----------------------------------------------------------------- |
| <a id="address" /> `address`           | `string`                              | The address of the account to export.                             |
| <a id="containerref" /> `containerRef` | `RefObject`\<`null` \| `HTMLElement`> | A ref to the container element where the iframe will be appended. |
| <a id="label" /> `label?`              | `string`                              | The label for the button displayed in the iframe.                 |
| <a id="copiedlabel" /> `copiedLabel?`  | `string`                              | The label to display when the key is copied successfully.         |
| <a id="icon" /> `icon?`                | `boolean`                             | Whether to show an icon in the button. **Default** `true`         |
| <a id="theme" /> `theme?`              | `Partial`\<`SecureIframeTheme`>       | Theme overrides for the iframe button.                            |
