Current user input or undefined. Required.
Optional props for the code input. Typically used to change the label
prop.
Optional props for the register button. Typically used to change the title
prop.
Optional props for the e-mail input. Typically used to change the label
prop.
See {@link ICrossEditorProps}
Optional initial value for the e-mail form
Optional callback for code changed. Contains code user entered
Occurs when the user press "confirm" button. Required.
Occurs when the user inputs e-mail
Props for the ConfirmForm components.
Required properties are code and onConfirmPress.
Allows you to customize {@link initialCode}, confirmButtonProps and codeInputProps.