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

# EnrollMfaItemsProps

The props for the EnrollMfaItems component.

## See

[EnrollMfaItems](/sdks/cdp-sdks-v2/frontend/@coinbase/cdp-react/Components/EnrollMfaItems)

## Extends

* `Omit`\<`HTMLAttributes`\<`HTMLUListElement`>, `"children"`>

## Properties

| Property                        | Type                                                                                                                           | Description                                             |
| ------------------------------- | ------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------- |
| <a id="children" /> `children?` | (`props`: [`EnrollMfaItemProps`](/sdks/cdp-sdks-v2/frontend/@coinbase/cdp-react/Interfaces/EnrollMfaItemProps)) => `ReactNode` | A render function for the MFA method item.              |
| <a id="onsetup" /> `onSetUp?`   | (`method`: `"totp"` \| `"sms"`) => `void` \| `Promise`\<`void`>                                                                | A function to call when a method is selected for setup. |
