Skip to content

Commit

Permalink
Make InternalInstanceHandle type opaque in ReactNativeTypes
Browse files Browse the repository at this point in the history
  • Loading branch information
rubennorte committed Mar 22, 2023
1 parent b93b4f0 commit 45c6168
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-native-renderer/src/ReactNativeTypes.js
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ export type ReactNativeType = {
};

export opaque type Node = mixed;
type InternalInstanceHandle = mixed;
export opaque type InternalInstanceHandle = mixed;
type PublicInstance = mixed;

export type ReactFabricType = {
Expand Down

0 comments on commit 45c6168

Please sign in to comment.