UNPKG
htmx-ext-hold
Version:
latest (0.2.0)
0.2.0
0.1.0
0.0.2
0.0.1
An htmx extension to trigger events on 'hold' (mousedown/touchstart for a duration)
htmx-ext-hold
/
dist
/
temp
/
index.d.ts
3 lines
(2 loc)
•
86 B
TypeScript
View Raw
1
2
3
export
default
registerHoldExtension; declare
function
registerHoldExtension
(
):
void
;