UNPKG

mainstack-library

Version:

component library for the mainstack frontend task

18 lines (14 loc) 320 B
import type { Preview } from "@storybook/react"; import "../src/styles/index.css"; const preview: Preview = { parameters: { actions: { argTypesRegex: "^on[A-Z].*" }, controls: { matchers: { color: /(background|color)$/i, date: /Date$/i, }, }, }, }; export default preview;