UNPKG

reka-ui

Version:

Vue port for Radix UI Primitives.

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