This repository has been archived on 2025-12-30. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
easywish/frontend/.storybook/preview.js
2025-06-01 04:29:15 +03:00

13 lines
233 B
JavaScript

/** @type { import('@storybook/sveltekit').Preview } */
const preview = {
parameters: {
controls: {
matchers: {
color: /(background|color)$/i,
date: /Date$/i,
},
},
},
};
export default preview;