UNPKG

stripe-react-native-apple-pay

Version:

React Native wrapper around Stripe Apple Pay

9 lines 336 B
import * as PlatformPay from './PlatformPay'; import * as ApplePayButtonComponent from './components/ApplePayButtonComponent'; export { PlatformPay, ApplePayButtonComponent }; export * from './Errors'; export interface InitialiseParams { publishableKey: string; merchantIdentifier?: string; } //# sourceMappingURL=index.d.ts.map