UNPKG

@tongziyang/uni-calendar-plugin

Version:

A comprehensive calendar plugin for uniapp with support for Gregorian and Lunar calendars, date selection, hotel booking, check-in functionality, and more.

7 lines (5 loc) 216 B
import Calendar from './components/Calendar.vue'; import type { CalendarProps, CalendarInstance } from './types/index'; export { Calendar }; export type { CalendarProps, CalendarInstance }; export default Calendar;