mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-17 13:38:07 +01:00
chore(components): improve imports
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { computed } from 'vue'
|
||||
import { useAppConfig } from '#app'
|
||||
import type { IconProps } from '#ui/components/Icon.vue'
|
||||
import { useAppConfig } from '#imports'
|
||||
import type { IconProps } from '#ui/types'
|
||||
|
||||
export interface UseComponentIconsProps {
|
||||
icon?: IconProps['name']
|
||||
|
||||
Reference in New Issue
Block a user