We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b93b4f0 commit 45c6168Copy full SHA for 45c6168
packages/react-native-renderer/src/ReactNativeTypes.js
@@ -213,7 +213,7 @@ export type ReactNativeType = {
213
};
214
215
export opaque type Node = mixed;
216
-type InternalInstanceHandle = mixed;
+export opaque type InternalInstanceHandle = mixed;
217
type PublicInstance = mixed;
218
219
export type ReactFabricType = {
0 commit comments