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

# ExportWalletModalTrigger

```ts theme={null}
function ExportWalletModalTrigger(props: ExportWalletModalTriggerProps): Element;
```

A trigger button that opens the export wallet modal.

## Parameters

| Parameter | Type                                                                                                                       | Description                                           |
| --------- | -------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------- |
| `props`   | [`ExportWalletModalTriggerProps`](/sdks/cdp-sdks-v2/frontend/@coinbase/cdp-react/Interfaces/ExportWalletModalTriggerProps) | The props for the ExportWalletModalTrigger component. |

## Returns

`Element`

The ExportWalletModalTrigger component.

## See

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