Merge pull request #30580 from mrginglymus/export-react-story

React: Export returntype of ReactMeta#story
This commit is contained in:
Kasper Peulen 2025-03-05 14:29:47 +01:00 committed by GitHub
commit 2ad272e77f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -79,4 +79,4 @@ interface ReactMeta<
): ReactStory;
}
interface ReactStory extends Story<ReactRenderer> {}
export interface ReactStory extends Story<ReactRenderer> {}