NewOldMax / react-form-validator-core

Core validator component for react forms
MIT License
94 stars 44 forks source link

Typings #56

Closed sirajalam049 closed 5 years ago

sirajalam049 commented 5 years ago

Added typings.

NewOldMax commented 5 years ago

@sirajalam049 sorry, I don't use TypeScript so I can't accept code that I can't support

sirajalam049 commented 5 years ago

@NewOldMax , these days many people using typescript, so they need the typings for the JS packages available. Now just like you, there are many people who don't write TS, but at least we can do is provide the typings for their packages, so that TS users can also use the JS written code in their project.

NewOldMax commented 5 years ago

Some community maintains https://www.npmjs.com/package/@types/react-material-ui-form-validator for my other package, so you can do it as well