Thanks for your work on this. I just have a question for which I didn't see an answer in the README or open/closed issues, apologies if I missed it. Would the following inline type definitions in the following example be picked up and converted to prop types?
const MyComponent = ({
title: string = 'Untitled',
count: number = 0
}) => {
return null
}
If not, would you be open to supporting it?
Thanks for your work on this. I just have a question for which I didn't see an answer in the README or open/closed issues, apologies if I missed it. Would the following inline type definitions in the following example be picked up and converted to prop types?
If not, would you be open to supporting it?