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

# EnrollMfaModalContentProps

Props for the EnrollMfaModalContent component.

## See

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

## Extends

* `Omit`\<[`ModalContentProps`](/sdks/cdp-sdks-v2/frontend/@coinbase/cdp-react/Interfaces/ModalContentProps), `"children"`>

## Properties

| Property                                        | Type                                                                                                                                     | Description                                                                    | Inherited from          |
| ----------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------ | ----------------------- |
| <a id="children" /> `children?`                 | \| `ReactNode` \| (`state`: [`EnrollMfaState`](/sdks/cdp-sdks-v2/frontend/@coinbase/cdp-react/Interfaces/EnrollMfaState)) => `ReactNode` | The children of the component. Leave empty to use the default verification UI. | -                       |
| <a id="overlayclassname" /> `overlayClassName?` | `string`                                                                                                                                 | -                                                                              | `Omit.overlayClassName` |
| <a id="overlaystyle" /> `overlayStyle?`         | `CSSProperties`                                                                                                                          | -                                                                              | `Omit.overlayStyle`     |
