mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-14 20:19:34 +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>
|
||||
}
|
||||
|
||||
export type RadioGroupEmits = RadioGroupRootEmits
|
||||
export interface RadioGroupEmits extends RadioGroupRootEmits {}
|
||||
|
||||
type SlotProps<T> = (props: { item: T }) => any
|
||||
|
||||
|
||||
Reference in New Issue
Block a user