Created
July 26, 2024 00:42
-
-
Save loraxx753/0cf04a362170957262b535779331a1ce to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const propFilter = (prop) => prop.parent ? !/node_modules\/(?!@radix-ui)/.test(prop.parent.fileName) : true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
To filter out radix-ui from being ignored when storybook is looking for documentation.