MCPcopy
hub / github.com/xpf0000/FlyEnv / GlobalComponents

Interface GlobalComponents

src/shim.d.ts:5–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3type CallbackFn = (...args: any) => void
4declare module 'vue' {
5 export interface GlobalComponents {
6 YbIcon: typeof import('@/components/VueSvgIcon/use.vue')['default']
7 }
8
9 interface ComponentCustomProperties {
10 callback?: CallbackFn | null

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected