mirror of
https://gitee.com/mao-peng/MangoTestingPlatform.git
synced 2025-12-06 11:59:15 +08:00
86 lines
5.1 KiB
TypeScript
86 lines
5.1 KiB
TypeScript
// generated by unplugin-vue-components
|
|
// We suggest you to commit this file into source control
|
|
// Read more: https://github.com/vuejs/vue-next/pull/3399
|
|
|
|
declare module 'vue' {
|
|
export interface GlobalComponents {
|
|
AAlert: typeof import('@arco-design/web-vue')['Alert']
|
|
AAvatar: typeof import('@arco-design/web-vue')['Avatar']
|
|
ABackTop: typeof import('@arco-design/web-vue')['BackTop']
|
|
ABadge: typeof import('@arco-design/web-vue')['Badge']
|
|
ABreadcrumb: typeof import('@arco-design/web-vue')['Breadcrumb']
|
|
ABreadcrumbItem: typeof import('@arco-design/web-vue')['BreadcrumbItem']
|
|
AButton: typeof import('@arco-design/web-vue')['Button']
|
|
ACard: typeof import('@arco-design/web-vue')['Card']
|
|
ACardMeta: typeof import('@arco-design/web-vue')['CardMeta']
|
|
ACheckbox: typeof import('@arco-design/web-vue')['Checkbox']
|
|
ACheckboxGroup: typeof import('@arco-design/web-vue')['CheckboxGroup']
|
|
ACol: typeof import('@arco-design/web-vue')['Col']
|
|
ADatePicker: typeof import('@arco-design/web-vue')['DatePicker']
|
|
AddButton: typeof import('./src/components/AddButton.vue')['default']
|
|
ADescriptions: typeof import('@arco-design/web-vue')['Descriptions']
|
|
ADivider: typeof import('@arco-design/web-vue')['Divider']
|
|
ADoption: typeof import('@arco-design/web-vue')['Doption']
|
|
ADrawer: typeof import('@arco-design/web-vue')['Drawer']
|
|
ADropdown: typeof import('@arco-design/web-vue')['Dropdown']
|
|
AForm: typeof import('@arco-design/web-vue')['Form']
|
|
AFormItem: typeof import('@arco-design/web-vue')['FormItem']
|
|
AImage: typeof import('@arco-design/web-vue')['Image']
|
|
AImagePreviewGroup: typeof import('@arco-design/web-vue')['ImagePreviewGroup']
|
|
AInput: typeof import('@arco-design/web-vue')['Input']
|
|
AInputNumber: typeof import('@arco-design/web-vue')['InputNumber']
|
|
AInputPassword: typeof import('@arco-design/web-vue')['InputPassword']
|
|
AInputSearch: typeof import('@arco-design/web-vue')['InputSearch']
|
|
ALink: typeof import('@arco-design/web-vue')['Link']
|
|
AList: typeof import('@arco-design/web-vue')['List']
|
|
AListItem: typeof import('@arco-design/web-vue')['ListItem']
|
|
AListItemMeta: typeof import('@arco-design/web-vue')['ListItemMeta']
|
|
AMenu: typeof import('@arco-design/web-vue')['Menu']
|
|
AMenuItem: typeof import('@arco-design/web-vue')['MenuItem']
|
|
AModal: typeof import('@arco-design/web-vue')['Modal']
|
|
AOption: typeof import('@arco-design/web-vue')['Option']
|
|
APagination: typeof import('@arco-design/web-vue')['Pagination']
|
|
APopover: typeof import('@arco-design/web-vue')['Popover']
|
|
AProgress: typeof import('@arco-design/web-vue')['Progress']
|
|
ARadio: typeof import('@arco-design/web-vue')['Radio']
|
|
ARadioGroup: typeof import('@arco-design/web-vue')['RadioGroup']
|
|
ARangePicker: typeof import('@arco-design/web-vue')['RangePicker']
|
|
ARate: typeof import('@arco-design/web-vue')['Rate']
|
|
ARow: typeof import('@arco-design/web-vue')['Row']
|
|
ASelect: typeof import('@arco-design/web-vue')['Select']
|
|
ASkeleton: typeof import('@arco-design/web-vue')['Skeleton']
|
|
ASkeletonLine: typeof import('@arco-design/web-vue')['SkeletonLine']
|
|
ASpace: typeof import('@arco-design/web-vue')['Space']
|
|
ASpin: typeof import('@arco-design/web-vue')['Spin']
|
|
AStatistic: typeof import('@arco-design/web-vue')['Statistic']
|
|
ASubMenu: typeof import('@arco-design/web-vue')['SubMenu']
|
|
ASwitch: typeof import('@arco-design/web-vue')['Switch']
|
|
ATable: typeof import('@arco-design/web-vue')['Table']
|
|
ATableColumn: typeof import('@arco-design/web-vue')['TableColumn']
|
|
ATabPane: typeof import('@arco-design/web-vue')['TabPane']
|
|
ATabs: typeof import('@arco-design/web-vue')['Tabs']
|
|
ATag: typeof import('@arco-design/web-vue')['Tag']
|
|
ATextarea: typeof import('@arco-design/web-vue')['Textarea']
|
|
ATimePicker: typeof import('@arco-design/web-vue')['TimePicker']
|
|
ATooltip: typeof import('@arco-design/web-vue')['Tooltip']
|
|
ATree: typeof import('@arco-design/web-vue')['Tree']
|
|
ATreeSelect: typeof import('@arco-design/web-vue')['TreeSelect']
|
|
DeleteButton: typeof import('./src/components/DeleteButton.vue')['default']
|
|
IconSelector: typeof import('./src/components/IconSelector.vue')['default']
|
|
MessageContent: typeof import('./src/components/MessageContent.vue')['default']
|
|
ModalDialog: typeof import('./src/components/ModalDialog.vue')['default']
|
|
PasswordStrong: typeof import('./src/components/PasswordStrong.vue')['default']
|
|
RichTextEditor: typeof import('./src/components/RichTextEditor.vue')['default']
|
|
Scrollbar: typeof import('./src/components/Scrollbar/src/Scrollbar.vue')['default']
|
|
SearchContent: typeof import('./src/components/SearchContent.vue')['default']
|
|
SortableTable: typeof import('./src/components/SortableTable.vue')['default']
|
|
TableBody: typeof import('./src/components/TableBody.vue')['default']
|
|
TableConfig: typeof import('./src/components/TableConfig.vue')['default']
|
|
TableFooter: typeof import('./src/components/TableFooter.vue')['default']
|
|
TableHeader: typeof import('./src/components/TableHeader.vue')['default']
|
|
JsonDisplay: typeof import('./src/components/JsonDisplay.vue')['default']
|
|
}
|
|
}
|
|
|
|
export {}
|