Update RangeCalendarHeading.vue
This commit is contained in:
parent
1af720b2a8
commit
32991a4132
|
|
@ -14,7 +14,7 @@ const delegatedProps = computed(() => {
|
|||
const forwardedProps = useForwardProps(delegatedProps)
|
||||
|
||||
const slots = defineSlots<{
|
||||
default(props: { headingValue: string }): string
|
||||
default(props: { headingValue: string }): any
|
||||
}>()
|
||||
</script>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user