mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-19 14:31:47 +01:00
fix(ButtonGroup): define its own size variant
This commit is contained in:
@@ -4,7 +4,7 @@ import type { ButtonGroupProps } from '../components/ButtonGroup.vue'
|
||||
import type { GetObjectField } from '../types/utils'
|
||||
|
||||
export const buttonGroupInjectionKey: InjectionKey<ComputedRef<{
|
||||
size: ButtonGroupProps ['size']
|
||||
size: ButtonGroupProps['size']
|
||||
orientation: ButtonGroupProps['orientation']
|
||||
}>> = Symbol('nuxt-ui.button-group')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user