react-native-gesture-handler
Version:
Declarative API exposing native platform touch and gesture system to React Native
9 lines • 576 B
TypeScript
import type { TouchableNativeFeedbackProps as RNTouchableNativeFeedbackProps } from 'react-native';
import type { GenericTouchableProps } from './GenericTouchableProps';
import { ExtraButtonProps } from './ExtraButtonProps';
export type TouchableNativeFeedbackExtraProps = ExtraButtonProps;
/**
* @deprecated TouchableNativeFeedback will be removed in the future version of Gesture Handler. Use Pressable instead.
*/
export type TouchableNativeFeedbackProps = RNTouchableNativeFeedbackProps & GenericTouchableProps;
//# sourceMappingURL=TouchableNativeFeedbackProps.d.ts.map