Files
devhub/@types/react-native-gesture-handler/index.d.ts
Bruno Lemos 8d06a63d7e Fix tsconfig
2018-10-24 18:48:54 -03:00

7 lines
192 B
TypeScript

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