UNPKG
tactus
Version:
latest (0.0.3)
0.0.3
0.0.2
0.0.1
Add native-like haptic feedback to any web app.
tactus.aadee.xyz
aadeexyz/tactus
tactus
/
dist
/
index.d.ts
4 lines
(2 loc)
•
84 B
TypeScript
View Raw
1
2
3
4
declare
function
triggerHaptic
(
duration
?:
number
):
void
;
export
{ triggerHaptic };