UNPKG

v-calendar-fixed

Version:

A calendar and date picker plugin for Vue.js.

10 lines (9 loc) 203 B
interface LocaleSetting { id: string; firstDayOfWeek: number; masks: { L: string; }; } declare const localeSettings: Record<string, LocaleSetting>; export default localeSettings;