UNPKG
v-calendar-fixed
Version:
latest (3.1.8)
3.1.8
3.1.7
3.1.6
3.1.5
3.1.4
3.1.3
3.1.2
A calendar and date picker plugin for Vue.js.
vcalendar.io
nathanreyes/v-calendar
v-calendar-fixed
/
dist
/
types
/
tests
/
unit
/
util
/
wait.d.ts
2 lines
(1 loc)
•
70 B
TypeScript
View Raw
1
2
export
default
function
wait
(
milliseconds
:
number
):
Promise
<
unknown
>;