This commit is contained in:
2023-10-11 10:24:15 +03:00
parent 6a59819446
commit 6ff1fd1470
2 changed files with 0 additions and 33 deletions

View File

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