Extends
Omit<HTMLAttributes<HTMLElement>,"children">
Properties
| Property | Type | Description | Overrides |
|---|---|---|---|
autoFocus? | boolean | If set, will auto focus the form when the component mounts. | Omit.autoFocus |
animateHeight? | boolean | If set, will animate the height of the component. | - |
children? | (props: { step: EnrollMfaStep; method: "totp"; Content: ReactNode; }) => ReactNode | The children of the component. | - |