mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-05 16:11:33 +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;
|
||||
}
|
||||
|
||||
interface ReactStory extends Story<ReactRenderer> {}
|
||||
export interface ReactStory extends Story<ReactRenderer> {}
|
||||
|
Loading…
x
Reference in New Issue
Block a user