UNPKG

v-calendar-fixed

Version:

A calendar and date picker plugin for Vue.js.

6 lines (5 loc) 218 B
import type { App as Application } from 'vue'; declare const config: {}; export { config as default }; export declare let VueInstance: Application; export declare const setVueInstance: (instance: Application) => void;