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

# FundModalContent

```ts theme={null}
function FundModalContent(props: FundModalContentProps): Element;
```

The fund modal content.

## Parameters

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

## Returns

`Element`

The FundModalContent component.

## See

[FundModal](/sdks/cdp-sdks-v2/frontend/@coinbase/cdp-react/Components/FundModal) for the fund modal component.
