medipass/react-payment-inputs

Types file for Typescript

Opened this issue · 5 comments

Anyone has created types/used it with typescript?
I am using it in the React Typescript and it's giving me the error of Types not found

Install: npm install react-payment-inputs --save
Error: Module not found: Can't resolve 'react-payment-inputs' in 'project_react/src/payment'

Could not find a declaration file for module 'react-payment-inputs'. 'project_react/node_modules/react-payment-inputs/lib/index.js' implicitly has an 'any' type.
Try npm install @types/react-payment-inputs if it exists or add a new declaration (.d.ts) file containing declare module 'react-payment-inputs';ts(7016)

me too, i got it this error in typescript

Any update on this?

npm i --save @types/react-payment-inputs
But the images are missing from the typed definition

Facing same issue, the solution is i have uninstalled this pkg and now looking for new similar pkg...

Working solution in #89 (comment)