mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-30 11:47:55 +01:00
fix: define empty props in slots for nuxt-component-meta parsing
This commit is contained in:
@@ -36,7 +36,7 @@ export interface RadioGroupEmits extends RadioGroupRootEmits {}
|
||||
type SlotProps<T> = (props: { item: T, modelValue?: string }) => any
|
||||
|
||||
export interface RadioGroupSlots<T> {
|
||||
legend(): any
|
||||
legend(props?: any): any
|
||||
label: SlotProps<T>
|
||||
description: SlotProps<T>
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user