mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 14:21:15 +08:00
fixes
This commit is contained in:
parent
51922388b6
commit
2353040163
@ -1,3 +1,7 @@
|
||||
import type { ArgsEnhancer } from '@storybook/types';
|
||||
import { addActionsFromArgTypes, inferActionsFromArgTypesRegex } from './addArgsHelpers';
|
||||
|
||||
export const argsEnhancers = [addActionsFromArgTypes, inferActionsFromArgTypesRegex];
|
||||
export const argsEnhancers: ArgsEnhancer[] = [
|
||||
addActionsFromArgTypes,
|
||||
inferActionsFromArgTypesRegex,
|
||||
];
|
||||
|
@ -1,5 +1,5 @@
|
||||
import globalThis from 'global';
|
||||
import { withActions } from '@storybook/actions/decorator';
|
||||
import { withActions } from '@storybook/addon-actions/decorator';
|
||||
|
||||
export default {
|
||||
component: globalThis.Components.Button,
|
||||
|
Loading…
x
Reference in New Issue
Block a user