|
| 1 | +/* eslint-disable */ |
| 2 | +// @ts-nocheck |
| 3 | +// Generated by unplugin-vue-components |
| 4 | +// Read more: https://github.com/vuejs/core/pull/3399 |
| 5 | +export {} |
| 6 | + |
| 7 | +/* prettier-ignore */ |
| 8 | +declare module 'vue' { |
| 9 | + export interface GlobalComponents { |
| 10 | + AButton: typeof import('@arco-design/web-vue')['Button'] |
| 11 | + AButtonGroup: typeof import('@arco-design/web-vue')['ButtonGroup'] |
| 12 | + ACheckbox: typeof import('@arco-design/web-vue')['Checkbox'] |
| 13 | + ACollapse: typeof import('@arco-design/web-vue')['Collapse'] |
| 14 | + ACollapseItem: typeof import('@arco-design/web-vue')['CollapseItem'] |
| 15 | + AColorPicker: typeof import('@arco-design/web-vue')['ColorPicker'] |
| 16 | + ADgroup: typeof import('@arco-design/web-vue')['Dgroup'] |
| 17 | + ADivider: typeof import('@arco-design/web-vue')['Divider'] |
| 18 | + ADoption: typeof import('@arco-design/web-vue')['Doption'] |
| 19 | + ADropdown: typeof import('@arco-design/web-vue')['Dropdown'] |
| 20 | + AForm: typeof import('@arco-design/web-vue')['Form'] |
| 21 | + AFormItem: typeof import('@arco-design/web-vue')['FormItem'] |
| 22 | + AInput: typeof import('@arco-design/web-vue')['Input'] |
| 23 | + AInputGroup: typeof import('@arco-design/web-vue')['InputGroup'] |
| 24 | + AInputNumber: typeof import('@arco-design/web-vue')['InputNumber'] |
| 25 | + AInputPassword: typeof import('@arco-design/web-vue')['InputPassword'] |
| 26 | + ALayout: typeof import('@arco-design/web-vue')['Layout'] |
| 27 | + ALayoutContent: typeof import('@arco-design/web-vue')['LayoutContent'] |
| 28 | + ALayoutFooter: typeof import('@arco-design/web-vue')['LayoutFooter'] |
| 29 | + ALayoutHeader: typeof import('@arco-design/web-vue')['LayoutHeader'] |
| 30 | + ALayoutSider: typeof import('@arco-design/web-vue')['LayoutSider'] |
| 31 | + ALink: typeof import('@arco-design/web-vue')['Link'] |
| 32 | + AMenu: typeof import('@arco-design/web-vue')['Menu'] |
| 33 | + AMenuItem: typeof import('@arco-design/web-vue')['MenuItem'] |
| 34 | + AModal: typeof import('@arco-design/web-vue')['Modal'] |
| 35 | + APageHeader: typeof import('@arco-design/web-vue')['PageHeader'] |
| 36 | + APopconfirm: typeof import('@arco-design/web-vue')['Popconfirm'] |
| 37 | + ARadio: typeof import('@arco-design/web-vue')['Radio'] |
| 38 | + ARadioGroup: typeof import('@arco-design/web-vue')['RadioGroup'] |
| 39 | + ASelect: typeof import('@arco-design/web-vue')['Select'] |
| 40 | + ASpace: typeof import('@arco-design/web-vue')['Space'] |
| 41 | + ATable: typeof import('@arco-design/web-vue')['Table'] |
| 42 | + ATextarea: typeof import('@arco-design/web-vue')['Textarea'] |
| 43 | + ATooltip: typeof import('@arco-design/web-vue')['Tooltip'] |
| 44 | + ATypographyText: typeof import('@arco-design/web-vue')['TypographyText'] |
| 45 | + AutoSwitchInput: typeof import('./src/components/configs/AutoSwitchInput.vue')['default'] |
| 46 | + AutoSwitchPacPreview: typeof import('./src/components/configs/AutoSwitchPacPreview.vue')['default'] |
| 47 | + ProfileConfig: typeof import('./src/components/ProfileConfig.vue')['default'] |
| 48 | + ProfileSelector: typeof import('./src/components/configs/ProfileSelector.vue')['default'] |
| 49 | + ProxyServerInput: typeof import('./src/components/configs/ProxyServerInput.vue')['default'] |
| 50 | + RouterLink: typeof import('vue-router')['RouterLink'] |
| 51 | + RouterView: typeof import('vue-router')['RouterView'] |
| 52 | + ScriptInput: typeof import('./src/components/configs/ScriptInput.vue')['default'] |
| 53 | + ThemeSwitcher: typeof import('./src/components/controls/ThemeSwitcher.vue')['default'] |
| 54 | + } |
| 55 | +} |
0 commit comments