zhuguifei
2025-06-17 c1cc49dd93d38f51790558541d6835d1598ecccf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
/* eslint-disable */
// @ts-nocheck
// Generated by unplugin-vue-components
// Read more: https://github.com/vuejs/core/pull/3399
export {}
 
/* prettier-ignore */
declare module 'vue' {
  export interface GlobalComponents {
    ChargingAnimation: typeof import('./../components/charging/ChargingAnimation.vue')['default']
    DotPattern: typeof import('./../components/dot-pattern/index.vue')['default']
    DotPatternLinearGradient: typeof import('./../components/dot-pattern/dot-pattern-linear-gradient.vue')['default']
    FlopTime: typeof import('./../components/flop-time/index.vue')['default']
    FlopTimeMini: typeof import('./../components/flop-time-mini/index.vue')['default']
    GridPattern: typeof import('./../components/grid-pattern/index.vue')['default']
    GridPatternDashed: typeof import('./../components/grid-pattern/grid-pattern-dashed.vue')['default']
    GridPatternLinearGradient: typeof import('./../components/grid-pattern/grid-pattern-linear-gradient.vue')['default']
    IIcon: typeof import('./../components/i-icon/index.vue')['default']
    MenuBar: typeof import('./../components/menu-bar/index.vue')['default']
    NavBar: typeof import('./../components/nav-bar/index.vue')['default']
    RouterLink: typeof import('vue-router')['RouterLink']
    RouterView: typeof import('vue-router')['RouterView']
    SvgIcon: typeof import('./../components/svg-icon/index.vue')['default']
    Tabbar: typeof import('./../components/tabbar/index.vue')['default']
    VanButton: typeof import('vant/es')['Button']
    VanCell: typeof import('vant/es')['Cell']
    VanCellGroup: typeof import('vant/es')['CellGroup']
    VanCheckbox: typeof import('vant/es')['Checkbox']
    VanConfigProvider: typeof import('vant/es')['ConfigProvider']
    VanDialog: typeof import('vant/es')['Dialog']
    VanDivider: typeof import('vant/es')['Divider']
    VanField: typeof import('vant/es')['Field']
    VanForm: typeof import('vant/es')['Form']
    VanIcon: typeof import('vant/es')['Icon']
    VanLoading: typeof import('vant/es')['Loading']
    VanNavBar: typeof import('vant/es')['NavBar']
    VanNotify: typeof import('vant/es')['Notify']
    VanPicker: typeof import('vant/es')['Picker']
    VanPopover: typeof import('vant/es')['Popover']
    VanPopup: typeof import('vant/es')['Popup']
    VanRadio: typeof import('vant/es')['Radio']
    VanRadioGroup: typeof import('vant/es')['RadioGroup']
    VanSpace: typeof import('vant/es')['Space']
    VanStepper: typeof import('vant/es')['Stepper']
    VanTreeSelect: typeof import('vant/es')['TreeSelect']
  }
}