mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-23 08:20:39 +01:00
fix: define empty props in slots for nuxt-component-meta parsing
This commit is contained in:
@@ -35,7 +35,7 @@ export interface TextareaEmits {
|
||||
}
|
||||
|
||||
export interface TextareaSlots {
|
||||
default(): any
|
||||
default(props?: any): any
|
||||
}
|
||||
</script>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user