@platformbuilders/react-native-ui
Version:
Platform Builders Shared Components Library
11 lines • 326 B
TypeScript
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