Skip to content

Commit

Permalink
Merge pull request #28548 from storybookjs/kasper/remove-unused-type
Browse files Browse the repository at this point in the history
Portable stories: Remove unused types
  • Loading branch information
shilman authored Jul 12, 2024
2 parents 0b9b164 + a52726f commit 5075c13
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -263,10 +263,7 @@ type UnwrappedJSXStoryRef = {
__pw_type: 'jsx';
type: UnwrappedImportStoryRef;
};
type UnwrappedImportStoryRef = ComposedStoryFn & {
playPromise?: Promise<void>;
renderingEnded?: PromiseWithResolvers<void>;
};
type UnwrappedImportStoryRef = ComposedStoryFn;

declare global {
function __pwUnwrapObject(
Expand Down

0 comments on commit 5075c13

Please sign in to comment.