-
-
Notifications
You must be signed in to change notification settings - Fork 145
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TypeScript support #3
Comments
Hey, thank you~! 🙌 I'm not really a fan of TypeScript – so my thinking here was that the What do you think? |
Yeah sure - we could fork and rename. We just can't use the same lib (@types/classnames), as it binds to a different module. Would I be right in leaving this for you to handle? |
Awesome – did not know that 😆 It's up to you. Happy to let you take it on over there. If you tag me I'll review & approve! But if you don't want to expend any additional effort, I'll add it to my list. |
@maraisr for reference here is a pull at rifm that I just did to add dtslint and tests. Should be a similar thing here realadvisor/rifm#40 |
@maraisr Added types to this repo perfectly – I was just being stubborn & not wanting to be held responsible for maintaining types in the future 😇 |
First of all love this lib! Neat. 💯
TypeScript people had
@types/classnames
- with this lib being a drop in replacement, should we fork that typings, or simply include it in this repo.Not sure if you wan't to include this in your project as a
index.d.ts
in the root.The text was updated successfully, but these errors were encountered: