react-docgen-typescript
react-docgen-typescript copied to clipboard
`export default function` declaration doesn't work
Proper documentation is generated for the following declaration:
function Component() {...}
export default Component
But not for:
export default function Component() {...}
doesnt seem to work when function component doesnt have props
There was no activity for a long time. The issue will be closed soon.
Closing this issue as obsolete.