You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -43,8 +44,8 @@ This plugins support all parser options from [react-docgen-typescript](https://g
43
44
| docgenCollectionName | string or null | Specify the docgen collection name to use. All docgen information will be collected into this global object. Set to `null` to disable. |`STORYBOOK_REACT_CLASSES`|
44
45
| setDisplayName | boolean | Set the components' display name. If you want to set display names yourself or are using another plugin to do this, you should disable this option. |`true`|
45
46
| typePropName | string | Specify the name of the property for docgen info prop type. |`type`|
46
-
| exclude | glob[]| Glob patterns to ignore and not generate docgen information for. (Great for ignoring large icon libraries) |[]|
47
-
| include | glob[]| Glob patterns to generate docgen information for |['**/**.tsx']|
47
+
| exclude | glob[]| Glob patterns to ignore and not generate docgen information for. (Great for ignoring large icon libraries) |`[]`|
48
+
| include | glob[]| Glob patterns to generate docgen information for |`['**/**.tsx']`|
0 commit comments