UNPKG

react-native-braintree-payments-drop-in

Version:

React Native integration of Braintree Drop-in

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>, };