mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-07 07:21:17 +08:00
Merge pull request #30580 from mrginglymus/export-react-story
React: Export returntype of ReactMeta#story
This commit is contained in:
commit
2ad272e77f
@ -79,4 +79,4 @@ interface ReactMeta<
|
|||||||
): ReactStory;
|
): ReactStory;
|
||||||
}
|
}
|
||||||
|
|
||||||
interface ReactStory extends Story<ReactRenderer> {}
|
export interface ReactStory extends Story<ReactRenderer> {}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user