mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-25 17:30:37 +01:00
chore(components): use {} for empty props
This commit is contained in:
@@ -30,8 +30,8 @@ export interface ChipProps {
|
||||
}
|
||||
|
||||
export interface ChipSlots {
|
||||
default(props?: any): any
|
||||
content(props?: any): any
|
||||
default(props?: {}): any
|
||||
content(props?: {}): any
|
||||
}
|
||||
|
||||
export interface ChipEmits {
|
||||
|
||||
Reference in New Issue
Block a user