UNPKG

@questlabs/react-native-sdk

Version:
19 lines (17 loc) 477 B
import { TextStyle, ViewStyle } from "react-native/types" export type Props = { BuyCreditContainerStyle?: ViewStyle , HeadingText?:TextStyle, BoxDescription?:ViewStyle, DescriptionText?:TextStyle, BtnView?:ViewStyle, BtnContainer?:ViewStyle, BtText?:TextStyle, Line?:ViewStyle, Features?:ViewStyle, FeatureText?:TextStyle, ListView?:ViewStyle, ListText?:TextStyle, BtnText:string, BuyCreditTextStyle?:TextStyle, }