updated storybook webpack config

This commit is contained in:
andres alcocer
2022-11-27 15:52:55 -05:00
parent f5edc45744
commit 97011b55b3
11 changed files with 28633 additions and 1846 deletions

9
.storybook/preview.js Normal file
View File

@@ -0,0 +1,9 @@
export const parameters = {
actions: { argTypesRegex: "^on[A-Z].*" },
controls: {
matchers: {
color: /(background|color)$/i,
date: /Date$/,
},
},
}