UNPKG

react-native-braintree-dropin-ui

Version:

> React Native integration of Braintree Drop-in IOS V4 ANDROID V2 (Apple Pay &Android Pay Enabled)

18 lines (15 loc) 284 B
type ShowOptions = {| clientToken: string, threeDSecure?: {| amount: number, |}, |}; type ShowResult = {| nonce: string, description: string, type: string, isDefault: boolean, |}; declare module.exports: { show: (options: ShowOptions) => Promise<ShowResult>, };