Skip to main content
The props for the FundForm component.

Extends

  • Omit<FormHTMLAttributes<HTMLFormElement>, "children">

Properties

PropertyType
children?(params: { view: "error" | "form" | "transaction-status"; Content: ReactNode; }) => ReactNode
openIn?"tab" | "popup"
submitLabel?ReactNode
onPopupOpen?(popup: Window) => void
onPopupClose?() => void
unmountOnTransactionError?boolean
unmountOnTransactionSuccess?boolean
unmount?() => void
I