UNPKG

reka-ui

Version:

Vue port for Radix UI Primitives.

34 lines (31 loc) 1.15 kB
import { RangeCalendarGridBody_default } from "../RangeCalendar/RangeCalendarGridBody.js"; import { createBlock, defineComponent, guardReactiveProps, normalizeProps, openBlock, renderSlot, unref, withCtx } from "vue"; //#region src/DateRangePicker/DateRangePickerGridBody.vue?vue&type=script&setup=true&lang.ts var DateRangePickerGridBody_vue_vue_type_script_setup_true_lang_default = /* @__PURE__ */ defineComponent({ __name: "DateRangePickerGridBody", props: { asChild: { type: Boolean, required: false }, as: { type: null, required: false } }, setup(__props) { const props = __props; return (_ctx, _cache) => { return openBlock(), createBlock(unref(RangeCalendarGridBody_default), normalizeProps(guardReactiveProps(props)), { default: withCtx(() => [renderSlot(_ctx.$slots, "default")]), _: 3 }, 16); }; } }); //#endregion //#region src/DateRangePicker/DateRangePickerGridBody.vue var DateRangePickerGridBody_default = DateRangePickerGridBody_vue_vue_type_script_setup_true_lang_default; //#endregion export { DateRangePickerGridBody_default }; //# sourceMappingURL=DateRangePickerGridBody.js.map