Skip to content
This repository has been archived by the owner on Dec 6, 2022. It is now read-only.

Commit

Permalink
Story function returns a JSX.Element
Browse files Browse the repository at this point in the history
  • Loading branch information
sndrs committed Aug 12, 2021
1 parent cf50c37 commit 36a6c9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/@types/storybook-emotion-10-fixes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export type Parameters = {
};

export type Story = {
(arg0: Args): any;
(arg0: any): JSX.Element;
args?: Args;
parameters?: Parameters;
storyName?: string;
Expand Down

0 comments on commit 36a6c9f

Please sign in to comment.