react-to-typescript-definitions icon indicating copy to clipboard operation
react-to-typescript-definitions copied to clipboard

Create typescript definitions files (d.ts) from react components

Results 7 react-to-typescript-definitions issues
Sort by recently updated
recently updated
newest added

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Update | Change | |---|---| | lockFileMaintenance | All locks refreshed | 🔧 This Pull Request updates lock files to use...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](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) | [![age](https://badges.renovateapi.com/packages/npm/strip-ansi/7.0.1/age-slim)](https://docs.renovatebot.com/merge-confidence/)...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](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) | [![age](https://badges.renovateapi.com/packages/npm/meow/10.1.3/age-slim)](https://docs.renovatebot.com/merge-confidence/)...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](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) | [![age](https://badges.renovateapi.com/packages/npm/get-stdin/9.0.0/age-slim)](https://docs.renovatebot.com/merge-confidence/)...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](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) | [![age](https://badges.renovateapi.com/packages/npm/execa/6.1.0/age-slim)](https://docs.renovatebot.com/merge-confidence/)...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](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) | [![age](https://badges.renovateapi.com/packages/npm/chalk/5.0.1/age-slim)](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...

enhancement
help wanted