@storybook/react-native-ui 8.6.2 → 8.6.4

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.
package/dist/index.d.ts CHANGED
@@ -32,7 +32,7 @@ declare const GroupNode: FC<ComponentProps<typeof BranchNode> & {
32
32
  isExpandable?: boolean;
33
33
  }>;
34
34
  declare const ComponentNode: FC<ComponentProps<typeof BranchNode>>;
35
- declare const StoryNode: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<Omit<react_native.TouchableOpacityProps & React__default.RefAttributes<View> & {
35
+ declare const StoryNode: React__default.NamedExoticComponent<Omit<react_native.TouchableOpacityProps & React__default.RefAttributes<View> & {
36
36
  theme?: _storybook_react_native_theming.Theme;
37
37
  as?: React__default.ElementType;
38
38
  } & {
@@ -40,7 +40,7 @@ declare const StoryNode: React__default.MemoExoticComponent<React__default.Forwa
40
40
  selected?: boolean;
41
41
  } & {
42
42
  ref?: React__default.Ref<any>;
43
- }, "ref"> & React__default.RefAttributes<View>>>;
43
+ }, "ref"> & React__default.RefAttributes<View>>;
44
44
 
45
45
  type Refs = State['refs'];
46
46
  type RefType = Refs[keyof Refs] & {