react-docgen-typescript
react-docgen-typescript copied to clipboard
Feature request: glob patterns in "skipPropsWithName"
In storybook I generally prefix story-specific props with "__" to make it obvious that it's private. It would be great to be able to filter things in a more general way, e.g.
skipPropsWithName: ['as', 'forwardedAs', 'id', '__*'],