Codemod to convert React PropTypes to TypeScript types.
- Supports function and class components
- Supports
static propTypesdeclarations on class components - Supports
forwardRefs - Supports files with multiple components
- Copies JSDoc comments to the generated TypeScript types
- Option to remove or preserve PropTypes after converting to TS
Before:
jsx
After:
tsx