UNPKG
@hanxx/vue-hooks
Version:
latest (1.1.1)
1.1.1
1.1.0
1.0.2
1.0.1
⚡️ Awesome Vue Hooks
github.com/lianghx-319/vue-hooks
lianghx-319/vue-hooks
@hanxx/vue-hooks
/
esm
/
useTimeout.d.ts
2 lines
(1 loc)
•
97 B
TypeScript
View Raw
1
2
export
default
function
useTimeout
(
delay
?:
number
):
import
(
"@vue/composition-api"
).
Ref
<
boolean
>;