github.com/e154/smart-home@v0.17.2-0.20240311175135-e530a6e5cd45/static_source/admin/src/components/index.ts (about) 1 import type { App } from 'vue' 2 import { Icon } from './Icon' 3 4 export const setupGlobCom = (app: App<Element>): void => { 5 app.component('Icon', Icon) 6 }