azmenak / react-stripe-checkout

Load stripe's checkout.js as a react component. Easiest way to use checkout with React.
MIT License
985 stars 160 forks source link

update types for address in the callback #113

Closed minheq closed 5 years ago

minheq commented 6 years ago

I noted in the README it says that i can receive address in the second parameter of token callback.

However, it was not inside typescript typings

So I am adding the types