mirror of
https://github.com/aleleba/create-react-component-library.git
synced 2025-07-22 12:38:18 -06:00
10 lines
207 B
JavaScript
10 lines
207 B
JavaScript
export const parameters = {
|
|
actions: { argTypesRegex: "^on[A-Z].*" },
|
|
controls: {
|
|
matchers: {
|
|
color: /(background|color)$/i,
|
|
date: /Date$/,
|
|
},
|
|
},
|
|
}
|
|
export const tags = ["autodocs"]; |