UNPKG

@retanaar/vi-calendar

Version:

Fork of v-calendar 3.1.2 with Vue 3.5 fix

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