Manuel Bustillo a623c6733b
All checks were successful
Check usage of free licenses / build-static-assets (pull_request) Successful in 1m31s
Add copyright notice / copyright_notice (pull_request) Successful in 1m48s
Playwright Tests / test (pull_request) Successful in 3m39s
Build Nginx-based docker image / build-static-assets (pull_request) Successful in 6m35s
Install storybook
2024-11-01 12:35:30 +01:00

15 lines
239 B
TypeScript

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