An API for converting TypeScript definitions to PropTypes using the TypeScript Compiler API
yarn add typescript-to-proptypes --dev
or
npm install typescript-to-proptypes --save-dev
| Component type | |
|---|---|
| Class | ✔️ |
| Function | ✔️ |
| Const functions | ✔️ |
| React.memo | ✔️ |
| React.ForwardRef | ✔️ |
This project is licensed under the terms of the MIT license.