UNPKG

ios-haptics

Version:
12 lines (11 loc) 195 B
/** * ios-haptics v0.1.0 * tijn.dev * @license MIT */ declare function haptic(): void; declare namespace haptic { var confirm: () => void; var error: () => void; } export { haptic };