UNPKG

@questlabs/react-native-sdk

Version:
13 lines (10 loc) 294 B
import { ViewStyle } from "react-native/types" export type Props = { emailValue: string, placeholder:string, placeholderTextColor?:string, emailTextInputContainerStyle?: ViewStyle , onChangeEmailText?:(value:string)=>void BtnText:string, OTP: string }