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:
@@ -19,9 +19,9 @@ export interface CardProps {
|
||||
}
|
||||
|
||||
export interface CardSlots {
|
||||
header(props?: any): any
|
||||
default(props?: any): any
|
||||
footer(props?: any): any
|
||||
header(props?: {}): any
|
||||
default(props?: {}): any
|
||||
footer(props?: {}): any
|
||||
}
|
||||
</script>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user