diff --git a/src/story.ts b/src/story.ts index 2eea160..86b60cd 100644 --- a/src/story.ts +++ b/src/story.ts @@ -261,13 +261,6 @@ export type ComponentAnnotations< * By defining them each component will have its tab in the args table. */ subcomponents?: Record; - - - - /** - * Function that is executed after the story is rendered. - */ - play?: PlayFunction; }; export type StoryAnnotations<