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
Copy file name to clipboardexpand all lines: .storybook/preview.ts
+7
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,13 @@ const preview: Preview = {
8
8
date: /Date$/i,
9
9
},
10
10
},
11
+
options: {
12
+
// The `a` and `b` arguments in this function have a type of `import('@storybook/types').IndexEntry`. Remember that the function is executed in a JavaScript environment, so use JSDoc for IntelliSense to introspect it.
0 commit comments