react-codemod
react-codemod copied to clipboard
feat: add prop-types-typescript transform
📚 Description
This PR introduces the new prop-types-typescript transform.
-
New Transform: Prop Types to TypeScript
- Added
prop-types-typescripttransform to assist in migrating fromprop-typesto TypeScript interfaces. - Ensured compatibility with common patterns in React components.
- Available via
npx codemod react/prop-types-typescript.
- Added
🧪 Test Plan
Validate the new transform tests using jest.