mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-07 07:21:17 +08:00
Fix type issues
This commit is contained in:
parent
8549ddb017
commit
4da1ec12c6
@ -12,7 +12,7 @@ export const { step: runStep } = instrument(
|
||||
// await step("label", (context) => {
|
||||
// // labeled step
|
||||
// });
|
||||
step: (label: StepLabel, play: PlayFunction, context: StoryContext) => play(context),
|
||||
step: async (label: StepLabel, play: PlayFunction, context: StoryContext) => play(context),
|
||||
},
|
||||
{ intercept: true }
|
||||
);
|
||||
|
Loading…
x
Reference in New Issue
Block a user