react-to-typescript-definitions
react-to-typescript-definitions copied to clipboard
Create typescript definitions files (d.ts) from react components
[](https://renovatebot.com) This PR contains the following updates: | Update | Change | |---|---| | lockFileMaintenance | All locks refreshed | 🔧 This Pull Request updates lock files to use...
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [strip-ansi](https://togithub.com/chalk/strip-ansi) | [`6.0.1` -> `7.0.1`](https://renovatebot.com/diffs/npm/strip-ansi/6.0.1/7.0.1) | [](https://docs.renovatebot.com/merge-confidence/)...
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [meow](https://togithub.com/sindresorhus/meow) | [`8.1.2` -> `10.1.3`](https://renovatebot.com/diffs/npm/meow/8.1.2/10.1.3) | [](https://docs.renovatebot.com/merge-confidence/)...
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [get-stdin](https://togithub.com/sindresorhus/get-stdin) | [`8.0.0` -> `9.0.0`](https://renovatebot.com/diffs/npm/get-stdin/8.0.0/9.0.0) | [](https://docs.renovatebot.com/merge-confidence/)...
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [execa](https://togithub.com/sindresorhus/execa) | [`5.1.1` -> `6.1.0`](https://renovatebot.com/diffs/npm/execa/5.1.1/6.1.0) | [](https://docs.renovatebot.com/merge-confidence/)...
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [chalk](https://togithub.com/chalk/chalk) | [`4.1.2` -> `5.0.1`](https://renovatebot.com/diffs/npm/chalk/4.1.2/5.0.1) | [](https://docs.renovatebot.com/merge-confidence/)...
Hi guys, I have noticed that the library is returning `any` for a property when propTypes are imported from some other component. Here is an example: ```js // ComponentOne.jsx ComponentOne.propTypes...