UNPKG

@stripe/stripe-react-native

Version:
8 lines (7 loc) 188 B
import type { StyleProp, ViewStyle } from 'react-native'; export interface NativeProps { style?: StyleProp<ViewStyle>; type?: number; appearance?: number; borderRadius?: number; }