mirror of
https://github.com/zhigang1992/devhub.git
synced 2026-05-14 04:23:20 +08:00
7 lines
192 B
TypeScript
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 }
|
|
}
|