See
VerifyMfaItemsExtends
Omit<HTMLAttributes<HTMLUListElement>,"children"|"onSelect">
Properties
| Property | Type | Description |
|---|---|---|
children? | (props: VerifyMfaItemProps) => ReactNode | A render function for the MFA method item. |
onSelect? | (method: "totp" | "sms") => void | A function to call when a method is selected. |