-
Notifications
You must be signed in to change notification settings - Fork 21
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
End-user instructions? #19
Comments
@dandv if you're currently in a rush to use this, I'd say take a look at how it's being used in https://github.com/mui-org/material-ui/ for the time being. |
This project was mostly made to get rid of the PropTypes from the TypeScript demos of Material-UI (mui/material-ui#16521).
I haven't really documented the project but there are tests that showcase how to use it [1]. You can also look at how it's setup in Material-UI to handle their needs [2][3]
No, |
For anyone coming upon this PR / comment later, here is an example usage: https://gist.github.com/aschmoe/81e51ca4406a2ffef0019f7260d6d14b working as of: |
How should this package be used?
Is this library equivalent to @gcanti's prop-types-ts or babel-plugin-typescript-to-proptypes from @milesj?
The text was updated successfully, but these errors were encountered: