2021-04-24 12:35:47 +02:00
|
|
|
import '../tests/stubs';
|
2021-04-23 22:25:05 +02:00
|
|
|
|
|
|
|
export const parameters = {
|
|
|
|
actions: { argTypesRegex: "^on[A-Z].*" },
|
|
|
|
controls: {
|
|
|
|
matchers: {
|
|
|
|
color: /(background|color)$/i,
|
|
|
|
date: /Date$/,
|
|
|
|
},
|
|
|
|
},
|
2021-04-24 12:35:47 +02:00
|
|
|
}
|