mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-30 03:38:54 +01:00
chore(components): use {} for empty props
This commit is contained in:
@@ -41,7 +41,7 @@ export interface RadioGroupEmits extends RadioGroupRootEmits {}
|
||||
type SlotProps<T> = (props: { item: T, modelValue?: string }) => any
|
||||
|
||||
export interface RadioGroupSlots<T> {
|
||||
legend(props?: any): any
|
||||
legend(props?: {}): any
|
||||
label: SlotProps<T>
|
||||
description: SlotProps<T>
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user