21 Star 244 Fork 101

LvHuaiSheng / gzm-design

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
components.d.ts 11.13 KB
一键复制 编辑 原始数据 按行查看 历史
/* eslint-disable */
/* prettier-ignore */
// @ts-nocheck
// Generated by unplugin-vue-components
// Read more: https://github.com/vuejs/core/pull/3399
export {}
declare module 'vue' {
export interface GlobalComponents {
AAvatar: typeof import('@arco-design/web-vue')['Avatar']
AButton: typeof import('@arco-design/web-vue')['Button']
ACard: typeof import('@arco-design/web-vue')['Card']
ACheckbox: typeof import('@arco-design/web-vue')['Checkbox']
ACol: typeof import('@arco-design/web-vue')['Col']
AColorPicker: typeof import('@arco-design/web-vue')['ColorPicker']
AConfigProvider: typeof import('@arco-design/web-vue')['ConfigProvider']
ADescriptions: typeof import('@arco-design/web-vue')['Descriptions']
ADivider: typeof import('@arco-design/web-vue')['Divider']
ADoption: typeof import('@arco-design/web-vue')['Doption']
ADropdown: typeof import('@arco-design/web-vue')['Dropdown']
ADropdownButton: typeof import('@arco-design/web-vue')['DropdownButton']
AEmpty: typeof import('@arco-design/web-vue')['Empty']
AForm: typeof import('@arco-design/web-vue')['Form']
AFormItem: typeof import('@arco-design/web-vue')['FormItem']
AImage: typeof import('@arco-design/web-vue')['Image']
AImagePreview: typeof import('@arco-design/web-vue')['ImagePreview']
AInput: typeof import('@arco-design/web-vue')['Input']
AInputGroup: typeof import('@arco-design/web-vue')['InputGroup']
AInputNumber: typeof import('@arco-design/web-vue')['InputNumber']
AInputSearch: typeof import('@arco-design/web-vue')['InputSearch']
ALayout: typeof import('@arco-design/web-vue')['Layout']
ALayoutContent: typeof import('@arco-design/web-vue')['LayoutContent']
ALayoutFooter: typeof import('@arco-design/web-vue')['LayoutFooter']
ALayoutHeader: typeof import('@arco-design/web-vue')['LayoutHeader']
ALayoutSider: typeof import('@arco-design/web-vue')['LayoutSider']
AList: typeof import('@arco-design/web-vue')['List']
AListItem: typeof import('@arco-design/web-vue')['ListItem']
AModal: typeof import('@arco-design/web-vue')['Modal']
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']
AResult: typeof import('@arco-design/web-vue')['Result']
ARow: typeof import('@arco-design/web-vue')['Row']
AScrollbar: typeof import('@arco-design/web-vue')['Scrollbar']
ASelect: typeof import('@arco-design/web-vue')['Select']
ASpace: typeof import('@arco-design/web-vue')['Space']
ASpin: typeof import('@arco-design/web-vue')['Spin']
ASwitch: typeof import('@arco-design/web-vue')['Switch']
ATabPane: typeof import('@arco-design/web-vue')['TabPane']
ATabs: typeof import('@arco-design/web-vue')['Tabs']
ATextarea: typeof import('@arco-design/web-vue')['Textarea']
ATooltip: typeof import('@arco-design/web-vue')['Tooltip']
ATree: typeof import('@arco-design/web-vue')['Tree']
AUpload: typeof import('@arco-design/web-vue')['Upload']
ColorPicker2ColorPicker: typeof import('./src/components/colorPicker2/color-picker.vue')['default']
ColorPicker2ControlBar: typeof import('./src/components/colorPicker2/control-bar.vue')['default']
ColorPicker2InputAlpha: typeof import('./src/components/colorPicker2/input-alpha.vue')['default']
ColorPicker2InputHex: typeof import('./src/components/colorPicker2/input-hex.vue')['default']
ColorPicker2InputRgb: typeof import('./src/components/colorPicker2/input-rgb.vue')['default']
ColorPicker2Palette: typeof import('./src/components/colorPicker2/palette.vue')['default']
ColorPicker2Panel: typeof import('./src/components/colorPicker2/panel.vue')['default']
ColorPickerArea: typeof import('./src/components/colorPicker/Area/index.vue')['default']
ColorPickerAreaAlpha: typeof import('./src/components/colorPicker/Area/Alpha/index.vue')['default']
ColorPickerAreaGradientPoints: typeof import('./src/components/colorPicker/Area/GradientPoints/index.vue')['default']
ColorPickerAreaGradientPointsGradientPoint: typeof import('./src/components/colorPicker/Area/GradientPoints/GradientPoint/index.vue')['default']
ColorPickerAreaHue: typeof import('./src/components/colorPicker/Area/Hue/index.vue')['default']
ColorPickerAreaPicker: typeof import('./src/components/colorPicker/Area/Picker/index.vue')['default']
ColorPickerAreaPreview: typeof import('./src/components/colorPicker/Area/Preview/index.vue')['default']
ColorPickerColorPicker: typeof import('./src/components/colorPicker/colorPicker.vue')['default']
ColorPickerGradient: typeof import('./src/components/colorPicker/Gradient/index.vue')['default']
ColorPickerGradientGradientControls: typeof import('./src/components/colorPicker/Gradient/GradientControls/index.vue')['default']
ColorPickerPreview: typeof import('./src/components/colorPicker/Preview/index.vue')['default']
ColorPickerPreviewHex: typeof import('./src/components/colorPicker/Preview/Hex/index.vue')['default']
ColorPickerPreviewRGB: typeof import('./src/components/colorPicker/Preview/RGB/index.vue')['default']
ColorPickerPreviewRGBRGBItem: typeof import('./src/components/colorPicker/Preview/RGB/RGBItem/index.vue')['default']
ContextMenuContextMenu: typeof import('./src/components/contextMenu/ContextMenu.vue')['default']
ContextMenuContextMenuGroup: typeof import('./src/components/contextMenu/ContextMenuGroup.vue')['default']
ContextMenuContextMenuIconCheck: typeof import('./src/components/contextMenu/ContextMenuIconCheck.vue')['default']
ContextMenuContextMenuIconRight: typeof import('./src/components/contextMenu/ContextMenuIconRight.vue')['default']
ContextMenuContextMenuItem: typeof import('./src/components/contextMenu/ContextMenuItem.vue')['default']
ContextMenuContextMenuSeparator: typeof import('./src/components/contextMenu/ContextMenuSeparator.vue')['default']
ContextMenuContextSubMenu: typeof import('./src/components/contextMenu/ContextSubMenu.vue')['default']
ContextMenuContextSubMenuWrapper: typeof import('./src/components/contextMenu/ContextSubMenuWrapper.vue')['default']
DialogDialog: typeof import('./src/components/dialog/dialog.vue')['default']
DropdownDropdownButton: typeof import('./src/components/dropdown/dropdownButton.vue')['default']
EditorModulesSearchHeader: typeof import('./src/components/editorModules/searchHeader.vue')['default']
IconAlignCenter: typeof import('@arco-design/web-vue/es/icon')['IconAlignCenter']
IconAlignLeft: typeof import('@arco-design/web-vue/es/icon')['IconAlignLeft']
IconAlignRight: typeof import('@arco-design/web-vue/es/icon')['IconAlignRight']
IconClose: typeof import('@arco-design/web-vue/es/icon')['IconClose']
IconCommand: typeof import('@arco-design/web-vue/es/icon')['IconCommand']
IconCopy: typeof import('@arco-design/web-vue/es/icon')['IconCopy']
IconCustomerService: typeof import('@arco-design/web-vue/es/icon')['IconCustomerService']
IconDown: typeof import('@arco-design/web-vue/es/icon')['IconDown']
IconDownload: typeof import('@arco-design/web-vue/es/icon')['IconDownload']
IconDragDotVertical: typeof import('@arco-design/web-vue/es/icon')['IconDragDotVertical']
IconEye: typeof import('@arco-design/web-vue/es/icon')['IconEye']
IconEyeInvisible: typeof import('@arco-design/web-vue/es/icon')['IconEyeInvisible']
IconFolder: typeof import('@arco-design/web-vue/es/icon')['IconFolder']
IconFullscreen: typeof import('@arco-design/web-vue/es/icon')['IconFullscreen']
IconHome: typeof import('@arco-design/web-vue/es/icon')['IconHome']
IconImport: typeof import('@arco-design/web-vue/es/icon')['IconImport']
IconItalic: typeof import('@arco-design/web-vue/es/icon')['IconItalic']
IconLayers: typeof import('@arco-design/web-vue/es/icon')['IconLayers']
IconLeft: typeof import('@arco-design/web-vue/es/icon')['IconLeft']
IconLock: typeof import('@arco-design/web-vue/es/icon')['IconLock']
IconMenu: typeof import('@arco-design/web-vue/es/icon')['IconMenu']
IconMinus: typeof import('@arco-design/web-vue/es/icon')['IconMinus']
IconMosaic: typeof import('@arco-design/web-vue/es/icon')['IconMosaic']
IconPaste: typeof import('@arco-design/web-vue/es/icon')['IconPaste']
IconPlus: typeof import('@arco-design/web-vue/es/icon')['IconPlus']
IconQrcode: typeof import('@arco-design/web-vue/es/icon')['IconQrcode']
IconQuestionCircle: typeof import('@arco-design/web-vue/es/icon')['IconQuestionCircle']
IconRedo: typeof import('@arco-design/web-vue/es/icon')['IconRedo']
IconRight: typeof import('@arco-design/web-vue/es/icon')['IconRight']
IconSave: typeof import('@arco-design/web-vue/es/icon')['IconSave']
IconSettings: typeof import('@arco-design/web-vue/es/icon')['IconSettings']
IconStop: typeof import('@arco-design/web-vue/es/icon')['IconStop']
IconStrikethrough: typeof import('@arco-design/web-vue/es/icon')['IconStrikethrough']
IconToBottom: typeof import('@arco-design/web-vue/es/icon')['IconToBottom']
IconToLeft: typeof import('@arco-design/web-vue/es/icon')['IconToLeft']
IconToRight: typeof import('@arco-design/web-vue/es/icon')['IconToRight']
IconToTop: typeof import('@arco-design/web-vue/es/icon')['IconToTop']
IconUnderline: typeof import('@arco-design/web-vue/es/icon')['IconUnderline']
IconUndo: typeof import('@arco-design/web-vue/es/icon')['IconUndo']
IconUnlock: typeof import('@arco-design/web-vue/es/icon')['IconUnlock']
IconUpload: typeof import('@arco-design/web-vue/es/icon')['IconUpload']
KeyKey: typeof import('./src/components/key/key.vue')['default']
KeyKeySingle: typeof import('./src/components/key/keySingle.vue')['default']
LabelBox: typeof import('./src/components/labelBox.vue')['default']
RouterLink: typeof import('vue-router')['RouterLink']
RouterView: typeof import('vue-router')['RouterView']
SvgIconSvgIcon: typeof import('./src/components/svgIcon/svgIcon.vue')['default']
SwipeNumberSwipeNumber: typeof import('./src/components/swipeNumber/swipeNumber.vue')['default']
TinymceTinyEditor: typeof import('./src/components/tinymce/tinyEditor.vue')['default']
TooltipTipContentKey: typeof import('./src/components/tooltip/tipContentKey.vue')['default']
TreeBaseNode: typeof import('./src/components/tree/base-node.vue')['default']
TreeExpandTransition: typeof import('./src/components/tree/expand-transition.vue')['default']
TreeNode: typeof import('./src/components/tree/node.vue')['default']
TreeNodeSwitcher: typeof import('./src/components/tree/node-switcher.vue')['default']
TreeTransitionNodeList: typeof import('./src/components/tree/transition-node-list.vue')['default']
TreeTree: typeof import('./src/components/tree/tree.vue')['default']
UploadMAUpload: typeof import('./src/components/upload/m-a-upload.vue')['default']
VueWaterfallPluginNextComponentsLazyImg: typeof import('./src/components/vue-waterfall-plugin-next/components/LazyImg.vue')['default']
VueWaterfallPluginNextComponentsWaterfall: typeof import('./src/components/vue-waterfall-plugin-next/components/Waterfall.vue')['default']
}
}
TypeScript
1
https://gitee.com/sourcenet/gzm-design.git
git@gitee.com:sourcenet/gzm-design.git
sourcenet
gzm-design
gzm-design
develop

搜索帮助