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

# EnrollMfaFlowProps

Props for the EnrollMfaFlow component.

## Extends

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

## Properties

| Property                                  | Type                                                                                                                                                                                        | Description                                                 | Overrides        |
| ----------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------- | ---------------- |
| <a id="autofocus" /> `autoFocus?`         | `boolean`                                                                                                                                                                                   | If set, will auto focus the form when the component mounts. | `Omit.autoFocus` |
| <a id="animateheight" /> `animateHeight?` | `boolean`                                                                                                                                                                                   | If set, will animate the height of the component.           | -                |
| <a id="children" /> `children?`           | (`props`: \{ `step`: [`EnrollMfaStep`](/sdks/cdp-sdks-v2/frontend/@coinbase/cdp-react/Type-Aliases/EnrollMfaStep); `method`: `"totp"` \| `"sms"`; `Content`: `ReactNode`; }) => `ReactNode` | The children of the component.                              | -                |
