Skip to content
Snippets Groups Projects
preview.js 173 B
Newer Older
tkach-as's avatar
tkach-as committed
export const parameters = {
  actions: { argTypesRegex: "^on[A-Z].*" },
  controls: {
    matchers: {
      color: /(background|color)$/i,
      date: /Date$/,
    },
  },
}