reka-ui
Version:
Vue port for Radix UI Primitives.
1 lines • 595 B
Source Map (JSON)
{"version":3,"file":"DateRangePickerGrid.cjs","sources":["../../src/DateRangePicker/DateRangePickerGrid.vue"],"sourcesContent":["<script lang=\"ts\">\nimport { RangeCalendarGrid, type RangeCalendarGridProps } from '..'\n\nexport interface DateRangePickerGridProps extends RangeCalendarGridProps {}\n</script>\n\n<script setup lang=\"ts\">\nconst props = defineProps<DateRangePickerGridProps>()\n</script>\n\n<template>\n <RangeCalendarGrid v-bind=\"props\">\n <slot />\n </RangeCalendarGrid>\n</template>\n"],"names":[],"mappings":";;;;;;;;;;;;;AAOA,IAAA,MAAM,KAAQ,GAAA,OAAA;;;;;;;;;;;;;;"}