mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
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:
committed by
Facebook GitHub Bot
parent
52fb1dc3c7
commit
375817402a
+1
-1
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user