|
|
declare module 'react-native-gesture-handler' {
|
||
|
|
import Swipeable from 'react-native-gesture-handler/Swipeable'
|
||
|
|
|
||
|
|
export * from 'react-native-gesture-handler'
|
||
|
|
export { Swipeable }
|
||
|
|
}
|