TelegramPWA/src/util/vibrate.ts
2021-11-27 17:43:51 +01:00

4 lines
66 B
TypeScript

export const vibrateShort = () => {
navigator.vibrate?.(50);
};