> ## Documentation Index
> Fetch the complete documentation index at: https://docs.cloud.coinbase.com/llms.txt
> Use this file to discover all available pages before exploring further.

# FundStateProps

```ts theme={null}
type FundStateProps = Pick<FundState, 
  | "country"
  | "cryptoCurrency"
  | "cryptoDecimalPlaces"
  | "fiatCurrency"
  | "fiatDecimalPlaces"
  | "locale"
  | "network"
  | "presetAmountInputs"
  | "subdivision"
| "destinationAddress">;
```

Props from the Fund component that are used in the FundState.
