You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
273 B

10 months ago
10 months ago
10 months ago
  1. import type { Preview } from '@storybook/react';
  2. import '../src/app/globals.css';
  3. const preview: Preview = {
  4. parameters: {
  5. controls: {
  6. matchers: {
  7. color: /(background|color)$/i,
  8. date: /Date$/i,
  9. },
  10. },
  11. },
  12. };
  13. export default preview;