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

Feature request: glob patterns in "skipPropsWithName"

Open quantizor opened this issue 3 years ago • 0 comments

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', '__*'],

quantizor avatar Feb 16 '22 18:02 quantizor