Skip to content

Commit 45c6168

Browse files
committed
Make InternalInstanceHandle type opaque in ReactNativeTypes
1 parent b93b4f0 commit 45c6168

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-native-renderer/src/ReactNativeTypes.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ export type ReactNativeType = {
213213
};
214214

215215
export opaque type Node = mixed;
216-
type InternalInstanceHandle = mixed;
216+
export opaque type InternalInstanceHandle = mixed;
217217
type PublicInstance = mixed;
218218

219219
export type ReactFabricType = {

0 commit comments

Comments
 (0)