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:
@@ -26,8 +26,8 @@ export interface ChipProps extends Omit<PrimitiveProps, 'asChild'> {
|
||||
}
|
||||
|
||||
export interface ChipSlots {
|
||||
default(): any
|
||||
content(): any
|
||||
default(props?: any): any
|
||||
content(props?: any): any
|
||||
}
|
||||
</script>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user