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