UNPKG

reka-ui

Version:

Vue port for Radix UI Primitives.

1 lines 667 B
{"version":3,"file":"RangeCalendarGridHead.cjs","sources":["../../src/RangeCalendar/RangeCalendarGridHead.vue"],"sourcesContent":["<script lang=\"ts\">\nimport type { PrimitiveProps } from '@/Primitive'\n\nexport interface RangeCalendarGridHeadProps extends PrimitiveProps {}\n</script>\n\n<script setup lang=\"ts\">\nimport { Primitive } from '@/Primitive'\n\nconst props = withDefaults(defineProps<RangeCalendarGridHeadProps>(), { as: 'thead' })\n</script>\n\n<template>\n <Primitive\n v-bind=\"props\"\n aria-hidden=\"true\"\n >\n <slot />\n </Primitive>\n</template>\n"],"names":[],"mappings":";;;;;;;;;;;;AASA,IAAA,MAAM,KAAQ,GAAA,OAAA;;;;;;;;;;;;;;"}