UNPKG

vant

Version:

Mobile UI Components built on Vue

11 lines (10 loc) 277 B
import { withInstall } from "../utils/index.mjs"; import _Calendar from "./Calendar.mjs"; const Calendar = withInstall(_Calendar); var stdin_default = Calendar; import { calendarProps } from "./Calendar.mjs"; export { Calendar, calendarProps, stdin_default as default };