Fix import lint in TextProps.js (#49675)

Summary:
Pull Request resolved: https://github.com/facebook/react-native/pull/49675

tsia, lint warning

Changelog: [Internal]

Reviewed By: NickGerleman

Differential Revision: D70189154

fbshipit-source-id: 6b4c18d6f677195c2a966c850165c44c72110bbb
This commit is contained in:
Joe Vilches
2025-02-25 18:06:28 -08:00
committed by Facebook GitHub Bot
parent 52fb1dc3c7
commit 375817402a
+1 -1
View File
@@ -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';