UNPKG

react-native-gesture-handler

Version:

Declarative API exposing native platform touch and gesture system to React Native

7 lines 526 B
export { BaseButton, BorderlessButton, PureNativeButton, RawButton, RectButton, } from './GestureButtons'; export type { BaseButtonProps, BorderlessButtonProps, RawButtonProps, RectButtonProps, } from './GestureButtonsProps'; export { FlatList, RefreshControl, ScrollView, Switch, TextInput, } from './GestureComponents'; export { default as Pressable } from './Pressable'; export { Touchable } from './Touchable/Touchable'; export type { TouchableProps } from './Touchable/TouchableProps'; //# sourceMappingURL=index.d.ts.map