mirror of
https://github.com/Mastermindzh/react-cookie-consent.git
synced 2025-02-01 08:12:34 +01:00
6 lines
242 B
JavaScript
6 lines
242 B
JavaScript
// https://storybook.js.org/docs/react/writing-stories/parameters#global-parameters
|
|
export const parameters = {
|
|
// https://storybook.js.org/docs/react/essentials/actions#automatically-matching-args
|
|
actions: { argTypesRegex: '^on.*' },
|
|
};
|