Files
bigcapital/shared/email-components/.storybook/preview.tsx
2024-10-27 10:16:04 +02:00

16 lines
284 B
TypeScript

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