The props for the EnrollMfaItems component.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.
See
EnrollMfaItemsExtends
Omit<HTMLAttributes<HTMLUListElement>,"children">
Properties
| Property | Type | Description |
|---|---|---|
children? | (props: EnrollMfaItemProps) => ReactNode | A render function for the MFA method item. |
onSetUp? | (method: "totp" | "sms") => void | Promise<void> | A function to call when a method is selected for setup. |