UNPKG

reka-ui

Version:

Vue port for Radix UI Primitives.

1 lines 631 B
{"version":3,"file":"DateRangePickerGridBody.cjs","sources":["../../src/DateRangePicker/DateRangePickerGridBody.vue"],"sourcesContent":["<script lang=\"ts\">\nimport { RangeCalendarGridBody, type RangeCalendarGridBodyProps } from '..'\n\nexport interface DateRangePickerGridBodyProps extends RangeCalendarGridBodyProps {}\n</script>\n\n<script setup lang=\"ts\">\nconst props = defineProps<DateRangePickerGridBodyProps>()\n</script>\n\n<template>\n <RangeCalendarGridBody v-bind=\"props\">\n <slot />\n </RangeCalendarGridBody>\n</template>\n"],"names":[],"mappings":";;;;;;;;;;;;;AAOA,IAAA,MAAM,KAAQ,GAAA,OAAA;;;;;;;;;;;;;;"}