chore: fix types
This commit is contained in:
parent
02cbbb718c
commit
68416e988f
@ -70,7 +70,7 @@ const normalizeSlot = (
|
|||||||
)
|
)
|
||||||
}
|
}
|
||||||
return normalizeSlotValue(rawSlot(props))
|
return normalizeSlotValue(rawSlot(props))
|
||||||
}, ctx)
|
}, ctx) as Slot
|
||||||
|
|
||||||
const normalizeObjectSlots = (rawSlots: RawSlots, slots: InternalSlots) => {
|
const normalizeObjectSlots = (rawSlots: RawSlots, slots: InternalSlots) => {
|
||||||
const ctx = rawSlots._ctx
|
const ctx = rawSlots._ctx
|
||||||
|
Loading…
Reference in New Issue
Block a user