storybook 9.0.14 → 9.0.16

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1204,7 +1204,10 @@ declare global {
1204
1204
  var defaultProjectAnnotations: ProjectAnnotations<any>;
1205
1205
  }
1206
1206
  type WrappedStoryRef = {
1207
- __pw_type: 'jsx' | 'importRef';
1207
+ __pw_type: 'jsx';
1208
+ props: Record<string, any>;
1209
+ } | {
1210
+ __pw_type: 'importRef';
1208
1211
  };
1209
1212
  type UnwrappedJSXStoryRef = {
1210
1213
  __pw_type: 'jsx';