github.com/e154/smart-home@v0.17.2-0.20240311175135-e530a6e5cd45/static_source/admin/types/components.d.ts (about) 1 declare module 'vue' { 2 export interface GlobalComponents { 3 Icon: typeof import('../components/Icon/src/Icon.vue')['default'] 4 } 5 } 6 7 export {}