UNPKG
stripe-react-native-apple-pay
Version:
latest (0.4.0)
0.4.0
0.4.0-rc.0
0.3.0
0.3.0-rc.1
0.3.0-rc.0
0.2.0
0.2.0-rc.6
React Native wrapper around Stripe Apple Pay
github.com/team-blaze/stripe-react-native-apple-pay
stripe-react-native-apple-pay
/
lib
/
typescript
/
src
/
index.d.ts
5 lines
•
238 B
TypeScript
View Raw
1
2
3
4
5
export
{
ApplePayButton
}
from
'./components/ApplePayButton'
;
export
type
{
Props
as
ApplePayButtonProps
}
from
'./components/ApplePayButton'
;
export
*
from
'./functions'
;
export
*
from
'./types/index'
;
//# sourceMappingURL=index.d.ts.map