UNPKG

@angelblanco/v-calendar

Version:

A calendar and date picker plugin for Vue.js.

4 lines (3 loc) 227 B
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;