mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-26 01:40:34 +01:00
chore(components): use {} for empty props
This commit is contained in:
@@ -37,7 +37,7 @@ export interface SeparatorProps extends Pick<_SeparatorProps, 'decorative'> {
|
||||
}
|
||||
|
||||
export interface SeparatorSlots {
|
||||
default(props?: any): any
|
||||
default(props?: {}): any
|
||||
}
|
||||
</script>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user