-
-
Notifications
You must be signed in to change notification settings - Fork 26
Open
Description
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?
Metadata
Metadata
Assignees
Labels
No labels