diff --git a/react-native/index.d.ts b/react-native/index.d.ts index aeb57d82eb..629e9c5b76 100644 --- a/react-native/index.d.ts +++ b/react-native/index.d.ts @@ -8314,6 +8314,8 @@ declare namespace ReactNative { extraConfig?: {nativeOnly?: any} ): React.ComponentClass
;
+ export function findNodeHandle(componentOrHandle: null | number | React.Component