mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-26 18:00:43 +01:00
fix: define empty props in slots for nuxt-component-meta parsing
This commit is contained in:
@@ -32,7 +32,7 @@ export interface SeparatorProps extends Omit<_SeparatorProps, 'asChild' | 'orien
|
||||
}
|
||||
|
||||
export interface SeparatorSlots {
|
||||
default(): any
|
||||
default(props?: any): any
|
||||
}
|
||||
</script>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user