Parameters
| Parameter | Type | Description |
|---|---|---|
props | EnrollMfaImageProps | The props for the component. |
Returns
Element
The rendered component.
function EnrollMfaImage(props: EnrollMfaImageProps): Element;
| Parameter | Type | Description |
|---|---|---|
props | EnrollMfaImageProps | The props for the component. |
Element
The rendered component.
<EnrollMfa>
<EnrollMfaImage />
<EnrollMfaTitle />
<EnrollMfaDescription />
<EnrollMfaFlow />
</EnrollMfa>
Was this page helpful?