Return value from the usePhoneNumberState hook.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.
Properties
| Property | Type | Description |
|---|---|---|
phoneNumberObject | PhoneNumber | The phone number object with value and e164 fields. |
countryCode | CountryCode | The current country code. |
handlePhoneNumberChange | (pn: PhoneNumber) => void | Handler for PhoneNumberInput/PhoneNumberForm onPhoneNumberChange prop. |
handleCountryCodeChange | (countryCode: CountryCode) => void | Handler for PhoneNumberInput/PhoneNumberForm onCountryCodeChange prop. |