UNPKG

@quidone/react-native-wheel-picker-feedback

Version:

It provides native sound and haptic feedback from the wheel picker

9 lines 316 B
import type { TurboModule } from 'react-native'; export interface Spec extends TurboModule { triggerImpact: () => void; triggerSound: () => void; triggerSoundAndImpact: () => void; } declare const _default: Spec; export default _default; //# sourceMappingURL=NativeReactNativeWheelPickerFeedback.d.ts.map