UNPKG

v-calendar

Version:

A clean and extendable plugin for building simple attributed calendars in Vue.js.

8 lines (7 loc) 314 B
export { default as Locale } from './locale'; export { default as DateInfo } from './dateInfo'; export { default as Attribute } from './attribute'; export { default as AttributeStore } from './attributeStore'; export { default as setupCalendar } from './setup'; export * from './helpers'; export * from './touch';