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

# FundFormProps

The props for the FundForm component.

## Extends

* `Omit`\<`FormHTMLAttributes`\<`HTMLFormElement`>, `"children"`>

## Properties

| Property                                                              | Type                                                                                                             |
| --------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------- |
| <a id="children" /> `children?`                                       | (`params`: \{ `view`: `"form"` \| `"error"` \| `"transaction-status"`; `Content`: `ReactNode`; }) => `ReactNode` |
| <a id="openin" /> `openIn?`                                           | `"popup"` \| `"tab"`                                                                                             |
| <a id="submitlabel" /> `submitLabel?`                                 | `ReactNode`                                                                                                      |
| <a id="onpopupopen" /> `onPopupOpen?`                                 | (`popup`: `Window`) => `void`                                                                                    |
| <a id="onpopupclose" /> `onPopupClose?`                               | () => `void`                                                                                                     |
| <a id="unmountontransactionerror" /> `unmountOnTransactionError?`     | `boolean`                                                                                                        |
| <a id="unmountontransactionsuccess" /> `unmountOnTransactionSuccess?` | `boolean`                                                                                                        |
| <a id="unmount" /> `unmount?`                                         | () => `void`                                                                                                     |
