> ## 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.

# UseKeyExportIframeResult

Return type for the key export iframe hooks.

## Properties

| Property                             | Type                                                 | Description                                                                                                                  |
| ------------------------------------ | ---------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------- |
| <a id="status" /> `status`           | `null` \| `SecureIframeStatus`                       | The current status of the iframe.                                                                                            |
| <a id="message" /> `message`         | `undefined` \| `string`                              | Optional message associated with the status.                                                                                 |
| <a id="updatetheme" /> `updateTheme` | (`theme`: `Partial`\<`SecureIframeTheme`>) => `void` | Function to update the theme of the iframe.                                                                                  |
| <a id="cleanup" /> `cleanup`         | () => `void`                                         | Function to manually clean up the iframe. Note: Cleanup is automatic when the component unmounts or when the iframe expires. |
