diff --git a/packages/react-native-gesture-handler/src/components/ReanimatedSwipeable/ReanimatedSwipeable.tsx b/packages/react-native-gesture-handler/src/components/ReanimatedSwipeable/ReanimatedSwipeable.tsx index 53cce68ece..4a25a8dc10 100644 --- a/packages/react-native-gesture-handler/src/components/ReanimatedSwipeable/ReanimatedSwipeable.tsx +++ b/packages/react-native-gesture-handler/src/components/ReanimatedSwipeable/ReanimatedSwipeable.tsx @@ -11,7 +11,11 @@ import Animated, { runOnUI, useAnimatedStyle, } from 'react-native-reanimated'; -import { SwipeableProps, SwipeableMethods, SwipeDirection } from '.'; +import type { + SwipeableProps, + SwipeableMethods, +} from './ReanimatedSwipeableProps'; +import { SwipeDirection } from './ReanimatedSwipeableProps'; import { Gesture } from '../..'; import { GestureStateChangeEvent,