import { ThemeProvider } from "styled-components"; import theme from "../src/theme"; export const decorators = [ (Story) => ( ), ]; export const parameters = { actions: { argTypesRegex: "^on[A-Z].*" }, controls: { matchers: { color: /(background|color)$/i, date: /Date$/, }, }, }