UNPKG
@angelblanco/v-calendar
Version:
latest (3.1.3)
3.1.3
A calendar and date picker plugin for Vue.js.
vcalendar.io
angelblanco/v-calendar
@angelblanco/v-calendar
/
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
;