mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-02-05 06:38:00 +01:00
chore(RadioGroup): consistent emits
This commit is contained in:
@@ -26,7 +26,7 @@ export interface RadioGroupProps<T> extends Omit<RadioGroupRootProps, 'asChild'
|
|||||||
ui?: Partial<typeof radioGroup.slots>
|
ui?: Partial<typeof radioGroup.slots>
|
||||||
}
|
}
|
||||||
|
|
||||||
export type RadioGroupEmits = RadioGroupRootEmits
|
export interface RadioGroupEmits extends RadioGroupRootEmits {}
|
||||||
|
|
||||||
type SlotProps<T> = (props: { item: T }) => any
|
type SlotProps<T> = (props: { item: T }) => any
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user