Interface VerificationFormProps
Properties
onConfirm
onConfirm: ((value,
code,
onSuccess) => void | Promise<void>) Type declaration
- (value, code, onSuccess): void | Promise<void>
Parameters
value: string
code: string
onSuccess: (() => void)
Returns void | Promise<void>
onSend
onSend: ((value) => void | Promise<void>)