diff --git a/packages/react-native/Libraries/Text/TextProps.js b/packages/react-native/Libraries/Text/TextProps.js index dc20596e208..d73a82c0d37 100644 --- a/packages/react-native/Libraries/Text/TextProps.js +++ b/packages/react-native/Libraries/Text/TextProps.js @@ -19,9 +19,9 @@ import type { } from '../Components/View/ViewAccessibility'; import type {ColorValue, TextStyleProp} from '../StyleSheet/StyleSheet'; import type { + GestureResponderEvent, LayoutChangeEvent, PointerEvent, - GestureResponderEvent, TextLayoutEvent, } from '../Types/CoreEventTypes'; import type {Node} from 'react';