fido-node.github.io/.storybook/preview.js

11 lines
205 B
JavaScript
Raw Normal View History

2021-04-28 10:16:22 +03:00
import '../styles/global.css';
export const parameters = {
actions: { argTypesRegex: "^on[A-Z].*" },
controls: {
matchers: {
color: /(background|color)$/i,
date: /Date$/,
},
},
}