'use strict'; const vue = require('vue'); require('@floating-ui/vue'); const RangeCalendar_RangeCalendarNext = require('../RangeCalendar/RangeCalendarNext.cjs'); const _sfc_main = /* @__PURE__ */ vue.defineComponent({ __name: "DateRangePickerNext", props: { nextPage: { type: Function }, asChild: { type: Boolean }, as: {} }, setup(__props) { const props = __props; return (_ctx, _cache) => { return vue.openBlock(), vue.createBlock(vue.unref(RangeCalendar_RangeCalendarNext._sfc_main), vue.normalizeProps(vue.guardReactiveProps(props)), { default: vue.withCtx((slotProps) => [ vue.renderSlot(_ctx.$slots, "default", vue.normalizeProps(vue.guardReactiveProps(slotProps))) ]), _: 3 }, 16); }; } }); exports._sfc_main = _sfc_main; //# sourceMappingURL=DateRangePickerNext.cjs.map