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
/
src
/
utils
/
watchers.d.ts
4 lines
(3 loc)
•
227 B
TypeScript
View Raw
1
2
3
4
export
declare
const
skipWatcher
:
(
watcher
:
string
,
durationMs
?:
number
) =>
void
;
export
declare
const
unskipWatcher
:
(
watcher
:
string
) =>
void
;
export
declare
const
handleWatcher
:
(
watcher
:
string
,
handler
:
Function
) =>
void
;