| 7 | |
| 8 | declare 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 | } |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…