diff --git a/types/react-native/index.d.ts b/types/react-native/index.d.ts index 030fc76060..1c4d3395f0 100644 --- a/types/react-native/index.d.ts +++ b/types/react-native/index.d.ts @@ -19,6 +19,8 @@ /// +import {type} from "../doctrine/index"; +import NullableType = type.NullableType; export type MeasureOnSuccessCallback = ( x: number, y: number,