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.

14 lines
239 B

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