mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-26 09:50:33 +01:00
fix: define empty props in slots for nuxt-component-meta parsing
This commit is contained in:
@@ -15,9 +15,9 @@ export interface CardProps extends Omit<PrimitiveProps, 'asChild'> {
|
||||
}
|
||||
|
||||
export interface CardSlots {
|
||||
header(): any
|
||||
default(): any
|
||||
footer(): any
|
||||
header(props?: any): any
|
||||
default(props?: any): any
|
||||
footer(props?: any): any
|
||||
}
|
||||
</script>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user