Update RangeCalendarHeading.vue

This commit is contained in:
Yusuf Özdemir 2024-12-27 15:49:21 +03:00 committed by GitHub
parent 1af720b2a8
commit 32991a4132
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,7 +14,7 @@ const delegatedProps = computed(() => {
const forwardedProps = useForwardProps(delegatedProps) const forwardedProps = useForwardProps(delegatedProps)
const slots = defineSlots<{ const slots = defineSlots<{
default(props: { headingValue: string }): string default(props: { headingValue: string }): any
}>() }>()
</script> </script>