mirror of
https://github.com/tuanzisama/minecraft-color-gradient-generator.git
synced 2024-11-21 01:05:03 +08:00
47 lines
2.7 KiB
TypeScript
47 lines
2.7 KiB
TypeScript
/* 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 {
|
|
Body: typeof import('./src/components/mcg-layout/body.vue')['default']
|
|
ColorBar: typeof import('./src/components/color-picker/color-bar.vue')['default']
|
|
ColorPicker: typeof import('./src/components/color-picker/color-picker.vue')['default']
|
|
ColorQuickslot: typeof import('./src/components/color-picker/color-quickslot.vue')['default']
|
|
Footer: typeof import('./src/components/mcg-layout/footer.vue')['default']
|
|
GuideBody: typeof import('./src/components/mcg-guide/guide-body.vue')['default']
|
|
Header: typeof import('./src/components/mcg-layout/header.vue')['default']
|
|
HexInput: typeof import('./src/components/color-picker/hex-input.vue')['default']
|
|
McgCard: typeof import('./src/components/mcg-card/mcg-card.vue')['default']
|
|
McgFeedback: typeof import('./src/components/mcg-feedback/mcg-feedback.vue')['default']
|
|
McgGuide: typeof import('./src/components/mcg-guide/mcg-guide.vue')['default']
|
|
McgPresets: typeof import('./src/components/mcg-presets/mcg-presets.vue')['default']
|
|
Picker: typeof import('./src/components/color-picker/picker.vue')['default']
|
|
Preview: typeof import('./src/components/preview-pip/preview.vue')['default']
|
|
TButton: typeof import('tdesign-vue-next')['Button']
|
|
TCollapse: typeof import('tdesign-vue-next')['Collapse']
|
|
TCollapsePanel: typeof import('tdesign-vue-next')['CollapsePanel']
|
|
TDialog: typeof import('tdesign-vue-next')['Dialog']
|
|
TDivider: typeof import('tdesign-vue-next')['Divider']
|
|
TextImport: typeof import('./src/components/text-import/text-import.vue')['default']
|
|
TextInput: typeof import('./src/components/text-input/text-input.vue')['default']
|
|
TextOutput: typeof import('./src/components/text-output/text-output.vue')['default']
|
|
TextParams: typeof import('./src/components/text-params/text-params.vue')['default']
|
|
TGuide: typeof import('tdesign-vue-next')['Guide']
|
|
TInput: typeof import('tdesign-vue-next')['Input']
|
|
TLink: typeof import('tdesign-vue-next')['Link']
|
|
ToolBar: typeof import('./src/components/text-params/tool-bar.vue')['default']
|
|
TOption: typeof import('tdesign-vue-next')['Option']
|
|
TPopconfirm: typeof import('tdesign-vue-next')['Popconfirm']
|
|
TPopup: typeof import('tdesign-vue-next')['Popup']
|
|
TSelect: typeof import('tdesign-vue-next')['Select']
|
|
TSpace: typeof import('tdesign-vue-next')['Space']
|
|
TTable: typeof import('tdesign-vue-next')['Table']
|
|
TTextarea: typeof import('tdesign-vue-next')['Textarea']
|
|
TTooltip: typeof import('tdesign-vue-next')['Tooltip']
|
|
}
|
|
}
|