mirror of
https://github.com/dzeiocom/components.git
synced 2025-07-31 17:01:59 +00:00
@@ -12,6 +12,9 @@ module.exports = {
|
||||
"addons": [
|
||||
"@storybook/addon-essentials"
|
||||
],
|
||||
reactOptions: {
|
||||
strictMode: true
|
||||
},
|
||||
typescript: {
|
||||
check: false,
|
||||
checkOptions: {},
|
||||
|
@@ -3,5 +3,6 @@ import './mockNextRouter'
|
||||
import './mockNextImage'
|
||||
|
||||
export const parameters = {
|
||||
layout: 'centered'
|
||||
layout: 'centered',
|
||||
actions: { argTypesRegex: '^on.*' }
|
||||
}
|
||||
|
Reference in New Issue
Block a user