mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-14 12:14:41 +01:00
fix: define empty props in slots for nuxt-component-meta parsing
This commit is contained in:
@@ -46,7 +46,7 @@ export interface ${upperName}Props extends Omit<PrimitiveProps, 'asChild'> {
|
||||
}
|
||||
|
||||
export interface ${upperName}Slots {
|
||||
default(): any
|
||||
default(props?: any): any
|
||||
}
|
||||
</script>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user