initialize repository

This commit is contained in:
2024-01-10 12:59:58 +07:00
parent 9337004961
commit 94675f015c
94 changed files with 7027 additions and 4160 deletions

View File

@@ -0,0 +1,15 @@
import type { Preview } from "@storybook/vue3";
const preview: Preview = {
parameters: {
actions: { argTypesRegex: "^on[A-Z].*" },
controls: {
matchers: {
color: /(background|color)$/i,
date: /Date$/i,
},
},
},
};
export default preview;