UNPKG

expo-haptics

Version:

Provides access to the system's haptics engine on iOS, vibration effects on Android, and Web Vibration API on web.

8 lines 347 B
import { NotificationFeedbackType, ImpactFeedbackStyle } from './Haptics.types'; declare const _default: { notificationAsync(type: NotificationFeedbackType): Promise<void>; impactAsync(style: ImpactFeedbackStyle): Promise<void>; selectionAsync(): Promise<void>; }; export default _default; //# sourceMappingURL=ExpoHaptics.web.d.ts.map