UNPKG

reka-ui

Version:

Vue port for Radix UI Primitives.

35 lines (32 loc) 1.12 kB
import { Primitive } from "../Primitive/Primitive.js"; import { createBlock, defineComponent, guardReactiveProps, normalizeProps, openBlock, renderSlot, unref, withCtx } from "vue"; //#region src/MonthRangePicker/MonthRangePickerGridBody.vue?vue&type=script&setup=true&lang.ts var MonthRangePickerGridBody_vue_vue_type_script_setup_true_lang_default = /* @__PURE__ */ defineComponent({ __name: "MonthRangePickerGridBody", props: { asChild: { type: Boolean, required: false }, as: { type: null, required: false, default: "tbody" } }, setup(__props) { const props = __props; return (_ctx, _cache) => { return openBlock(), createBlock(unref(Primitive), normalizeProps(guardReactiveProps(props)), { default: withCtx(() => [renderSlot(_ctx.$slots, "default")]), _: 3 }, 16); }; } }); //#endregion //#region src/MonthRangePicker/MonthRangePickerGridBody.vue var MonthRangePickerGridBody_default = MonthRangePickerGridBody_vue_vue_type_script_setup_true_lang_default; //#endregion export { MonthRangePickerGridBody_default }; //# sourceMappingURL=MonthRangePickerGridBody.js.map