-
Notifications
You must be signed in to change notification settings - Fork 53
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 Typescript types #173
Labels
Comments
What is the status of this issue? Is it going to be processed in any way? |
Yea, I'm interested in it too. |
Hey, wondering why this was closed? AFAICT there are no types for react-dfp in DefinitelyTyped:
|
Requesting types as well! |
i'm not sure why this one got closed out, reopening it now. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi 👋
More and more developper use Typescript to improve the code confidence and to provide a better developper experience (e.g documentation directly inside VS Code).
It could be very interesting to provide Typescript definitions directly inside the
react-dfp
(thanks totypes
option inpackage.json
) or at least with@types/react-dfp
(which is maybe currently the best option for a library not written in Typescript I think). I started to write some definitions but I don't have plain knowledge of all mechanisms of your library (and I'm a beginner with Typescript).Could you consider to add Typescript types to
react-dfp
(in the way you prefer)?The text was updated successfully, but these errors were encountered: