mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-19 14:31:47 +01:00
chore: improve types export
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import { type InjectionKey, type ComputedRef } from 'vue'
|
||||
import { inject, computed } from 'vue'
|
||||
import type { GetObjectField } from '#ui/types/utils'
|
||||
import type { ButtonGroupProps } from '../components/ButtonGroup.vue'
|
||||
import type { GetObjectField } from '../types/utils'
|
||||
|
||||
export const buttonGroupInjectionKey: InjectionKey<ComputedRef<{
|
||||
size: ButtonGroupProps ['size']
|
||||
|
||||
Reference in New Issue
Block a user