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

# ExportWalletProps

The props for the ExportWallet component.

## See

[ExportWallet](/sdks/cdp-sdks-v2/frontend/@coinbase/cdp-react/Components/ExportWallet)

## Extends

* `Omit`\<`HTMLAttributes`\<`HTMLDivElement`>, `"children"`>

## Properties

| Property                                                    | Type                                                                                                                                | Description                                                                                                                                           |
| ----------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------- |
| <a id="children" /> `children?`                             | \| `ReactNode` \| (`props`: \{ `type`: `"solana"` \| `"evm-eoa"` \| `"evm-smart"`; `isSessionExpired`: `boolean`; }) => `ReactNode` | The children to render. If a function is provided, it will be called with the address type and isSessionExpired as props.                             |
| <a id="address" /> `address`                                | `string`                                                                                                                            | The address of the account to export.                                                                                                                 |
| <a id="oniframeready" /> `onIframeReady?`                   | () => `void`                                                                                                                        | A function to call when the iframe UI is ready.                                                                                                       |
| <a id="oncopysuccess" /> `onCopySuccess?`                   | () => `void`                                                                                                                        | A function to call when the key is copied successfully.                                                                                               |
| <a id="oniframeerror" /> `onIframeError?`                   | (`error?`: `string`) => `void`                                                                                                      | A function to call when there is an error in the secure iframe                                                                                        |
| <a id="oniframesessionexpired" /> `onIframeSessionExpired?` | () => `void`                                                                                                                        | A function to call when the iframe session has expired.                                                                                               |
| <a id="skipmfa" /> `skipMfa?`                               | `boolean`                                                                                                                           | Skip the MFA verification flow. Set to true if you want to handle MFA verification separately or if you're using your own MFA UI. **Default** `false` |
