mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-22 16:00:39 +01:00
chore(components): use {} for empty props
This commit is contained in:
@@ -36,9 +36,9 @@ export interface InputEmits {
|
||||
}
|
||||
|
||||
export interface InputSlots {
|
||||
leading(props?: any): any
|
||||
default(props?: any): any
|
||||
trailing(props?: any): any
|
||||
leading(props?: {}): any
|
||||
default(props?: {}): any
|
||||
trailing(props?: {}): any
|
||||
}
|
||||
</script>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user