This commit is contained in:
2021-09-07 13:54:02 +09:00
parent 10cb8fc765
commit 91829e3d78
3 changed files with 20 additions and 0 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$/,
},
},
}