diff --git a/compiled-rn/facebook-fbsource/xplat/js/react-native-github/Libraries/Renderer/shims/ReactNativeTypes.js b/compiled-rn/facebook-fbsource/xplat/js/react-native-github/Libraries/Renderer/shims/ReactNativeTypes.js index bd5cf5eaace7..ce1ef8ba5ce8 100644 --- a/compiled-rn/facebook-fbsource/xplat/js/react-native-github/Libraries/Renderer/shims/ReactNativeTypes.js +++ b/compiled-rn/facebook-fbsource/xplat/js/react-native-github/Libraries/Renderer/shims/ReactNativeTypes.js @@ -7,7 +7,7 @@ * @noformat * @nolint * @flow strict - * @generated SignedSource<> + * @generated SignedSource<<92e58516ae5a36a4946f0aecaf1010fa>> */ import type { @@ -84,7 +84,7 @@ type InspectorDataProps = $ReadOnly<{ }>; type InspectorDataGetter = ( - ( + ( componentOrHandle: React.ElementRef | number, ) => ?number, ) => $ReadOnly<{ @@ -143,10 +143,10 @@ export type RenderRootOptions = { * Provide minimal Flow typing for the high-level RN API and call it a day. */ export type ReactNativeType = { - findHostInstance_DEPRECATED( + findHostInstance_DEPRECATED( componentOrHandle: ?(React.ElementRef | number), ): ?PublicInstance, - findNodeHandle( + findNodeHandle( componentOrHandle: ?(React.ElementRef | number), ): ?number, isChildPublicInstance(parent: PublicInstance, child: PublicInstance): boolean, @@ -172,10 +172,10 @@ export opaque type Node = mixed; export opaque type InternalInstanceHandle = mixed; export type ReactFabricType = { - findHostInstance_DEPRECATED( + findHostInstance_DEPRECATED( componentOrHandle: ?(React.ElementRef | number), ): ?PublicInstance, - findNodeHandle( + findNodeHandle( componentOrHandle: ?(React.ElementRef | number), ): ?number, dispatchCommand(