refactor: Icons Type Declarations
All checks were successful
CI / cache-and-install (push) Successful in 1m26s

This commit is contained in:
严浩
2024-08-27 17:20:31 +08:00
parent 04110516fa
commit b37ecb7251
5 changed files with 9 additions and 9 deletions

4
components.d.ts vendored
View File

@ -8,9 +8,9 @@ export {}
declare module 'vue' {
export interface GlobalComponents {
DefineRender: typeof import('./src/components/vue-macros/DefineRender.vue')['default']
ICarbonFaceCool: typeof import('~icons/carbon/face-cool')['default']
IconCarbonFaceCool: typeof import('~icons/carbon/face-cool')['default']
Icons: typeof import('./src/components/Icons.vue')['default']
ISvgPacman: typeof import('~icons/svg/pacman')['default']
IconSvgPacman: typeof import('~icons/svg/pacman')['default']
ReactivityTransform: typeof import('./src/components/vue-macros/ReactivityTransform.vue')['default']
ReusableTemplate: typeof import('./src/components/ReusableTemplate.vue')['default']
RouterLink: typeof import('vue-router')['RouterLink']