We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69ce218 commit f516aabCopy full SHA for f516aab
Libraries/Components/Pressable/Pressable.js
@@ -23,7 +23,11 @@ import type {
23
import {PressabilityDebugView} from '../../Pressability/PressabilityDebug';
24
import usePressability from '../../Pressability/usePressability';
25
import {normalizeRect, type RectOrSize} from '../../StyleSheet/Rect';
26
-import type {LayoutEvent, MouseEvent, PressEvent} from '../../Types/CoreEventTypes';
+import type {
27
+ LayoutEvent,
28
+ MouseEvent,
29
+ PressEvent,
30
+} from '../../Types/CoreEventTypes';
31
import View from '../View/View';
32
33
type ViewStyleProp = $ElementType<React.ElementConfig<typeof View>, 'style'>;
0 commit comments