15 lines
241 B
TypeScript
Raw Normal View History

2025-02-03 16:08:06 +07:00
import type { Preview } from '@storybook/angular';
const preview: Preview = {
parameters: {
controls: {
matchers: {
color: /(background|color)$/i,
date: /Date$/i,
},
},
},
};
export default preview;