Skip to content
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

Add .d.ts #4587

Closed
yuki0410-dev opened this issue Mar 12, 2024 · 2 comments
Closed

Add .d.ts #4587

yuki0410-dev opened this issue Mar 12, 2024 · 2 comments

Comments

@yuki0410-dev
Copy link
Contributor

Thanks for the continuous OSS development.

Is your feature request related to a problem? Please describe.
I use react-datepicker along with typescript in my work. However, @types/react-datepicker is currently in a separate repository, so new features of react-datepicker are not immediately available when they are released.

Describe the solution you'd like
I would like to distribute d.ts files in this repository so that the latest react-datepicker functionality is available in typescript without @types/react-datepicker.

Describe alternatives you've considered
Wait for the latest @types/react-datepicker to be released. Or create a PR.
We also considered rewriting this entire repository to TS, but due to the scale of the project, we felt it would not be practical.

Additional context
We need to introduce a check of d.ts by CI with reference to @types/react-datepicker.

@yuki0410-dev yuki0410-dev mentioned this issue Mar 14, 2024
3 tasks
@yuki0410-dev
Copy link
Contributor Author

refs #4000

@yuki0410-dev
Copy link
Contributor Author

refs #4700

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant