UNPKG

@platformbuilders/react-native-ui

Version:
11 lines 326 B
import { HapticFeedbackType } from 'react-native-haptic'; export interface TouchableType { id: string; accessibility: string; accessibilityLabel?: string; testID?: string; disabled?: boolean; onPress?: (param: any) => void; haptic?: HapticFeedbackType; } //# sourceMappingURL=TouchableType.d.ts.map