mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-04-05 21:24:25 +00:00
* Fix wrong types for onReady method
In Stripe docs there are examples like `<CardElement onReady={(el) => el.focus()} />`
This PR fixes issue with missing method parameters for `onReady` function.
* fix: use better type for the html element
* fix: updated authors list
* fix: updated test file