2023-02-03 03:06:14 +00:00
|
|
|
import '../app/styles/tailwind.css';
|
2023-02-03 03:24:58 +00:00
|
|
|
import '../stories/theme.css';
|
2023-02-03 03:06:14 +00:00
|
|
|
|
2023-02-03 00:19:52 +00:00
|
|
|
export const parameters = {
|
|
|
|
actions: { argTypesRegex: "^on[A-Z].*" },
|
|
|
|
controls: {
|
|
|
|
matchers: {
|
|
|
|
color: /(background|color)$/i,
|
|
|
|
date: /Date$/,
|
|
|
|
},
|
|
|
|
},
|
|
|
|
}
|