mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-22 07:50:36 +01:00
fix: define empty props in slots for nuxt-component-meta parsing
This commit is contained in:
@@ -26,9 +26,9 @@ export interface ButtonProps extends UseComponentIconsProps, Omit<LinkProps, 'cu
|
||||
}
|
||||
|
||||
export interface ButtonSlots {
|
||||
leading(): any
|
||||
default(): any
|
||||
trailing(): any
|
||||
leading(props?: any): any
|
||||
default(props?: any): any
|
||||
trailing(props?: any): any
|
||||
}
|
||||
</script>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user