mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-28 19:00:35 +01:00
fix: define empty props in slots for nuxt-component-meta parsing
This commit is contained in:
@@ -36,7 +36,7 @@ export type BreadcrumbSlots<T extends { slot?: string }> = {
|
||||
'item-leading': SlotProps<T>
|
||||
'item-label': SlotProps<T>
|
||||
'item-trailing': SlotProps<T>
|
||||
'separator'(): any
|
||||
'separator'(props?: any): any
|
||||
} & DynamicSlots<T, SlotProps<T>>
|
||||
</script>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user