mirror of
https://github.com/remvze/moodist.git
synced 2025-12-17 00:44:14 +00:00
13 lines
232 B
JavaScript
13 lines
232 B
JavaScript
/** @type { import('@storybook/react').Preview } */
|
|
const preview = {
|
|
parameters: {
|
|
controls: {
|
|
matchers: {
|
|
color: /(background|color)$/i,
|
|
date: /Date$/i,
|
|
},
|
|
},
|
|
},
|
|
};
|
|
|
|
export default preview;
|