2022-05-30 01:30:10 +00:00
|
|
|
import "../src/tailwind.css";
|
2022-02-27 04:41:30 +00:00
|
|
|
export const parameters = {
|
|
|
|
actions: { argTypesRegex: "^on[A-Z].*" },
|
|
|
|
controls: {
|
|
|
|
matchers: {
|
|
|
|
color: /(background|color)$/i,
|
|
|
|
date: /Date$/,
|
|
|
|
},
|
|
|
|
},
|
2022-04-12 05:41:36 +00:00
|
|
|
};
|