mirror of
https://github.com/Mastermindzh/react-cookie-consent.git
synced 2025-01-21 02:50:58 +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.*' },
|
||
|
};
|