UNPKG

@questlabs/react-native-sdk

Version:
9 lines (7 loc) 230 B
import { StyleProp, TextStyle, ViewStyle } from "react-native/types" export type Props = { GoogleContainerStyle?: ViewStyle , GoogleTextStyle?:TextStyle, onClickBtn?:(value:string)=>void BtnText:string, }