Skip to content

Commit

Permalink
remove typeof in StoryProps
Browse files Browse the repository at this point in the history
  • Loading branch information
xeho91 committed Nov 1, 2024
1 parent aaf555d commit 53947ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,4 +67,4 @@ export {
* </script>
* ```
*/
export type StoryProps = ComponentProps<typeof LegacyStoryComponent>;
export type StoryProps = ComponentProps<LegacyStoryComponent>;

0 comments on commit 53947ae

Please sign in to comment.