Files
imphnen-frontend-service/libs/ui/.storybook/preview.ts
T

16 lines
266 B
TypeScript
Raw Normal View History

2025-03-16 00:33:48 +07:00
import type { Preview } from '@storybook/react';
import '../src/index.css';
const preview: Preview = {
parameters: {
controls: {
matchers: {
color: /(background|color)$/i,
date: /Date$/i,
},
},
},
};
export default preview;