UNPKG

ios-haptics

Version:
11 lines 166 B
//#region src/index.d.ts /** * A single haptic "click" */ declare const haptic: { (): void; confirm(): void; error(): void; }; //#endregion export { haptic };