MCPcopy
hub / github.com/xnx3/translate / GlobalComponents

Interface GlobalComponents

extend/vant/vue3/demo/components.d.ts:9–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7
8declare module 'vue' {
9 export interface GlobalComponents {
10 RouterLink: typeof import('vue-router')['RouterLink']
11 RouterView: typeof import('vue-router')['RouterView']
12 VanActionBar: typeof import('vant/es')['ActionBar']
13 VanActionBarButton: typeof import('vant/es')['ActionBarButton']
14 VanActionBarIcon: typeof import('vant/es')['ActionBarIcon']
15 VanCell: typeof import('vant/es')['Cell']
16 VanCellGroup: typeof import('vant/es')['CellGroup']
17 VanCol: typeof import('vant/es')['Col']
18 VanSwipe: typeof import('vant/es')['Swipe']
19 VanSwipeItem: typeof import('vant/es')['SwipeItem']
20 VanTag: typeof import('vant/es')['Tag']
21 }
22}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…