24 lines
1013 B
TypeScript
24 lines
1013 B
TypeScript
/* eslint-disable */
|
|
// @ts-nocheck
|
|
// Generated by unplugin-vue-components
|
|
// Read more: https://github.com/vuejs/core/pull/3399
|
|
// biome-ignore lint: disable
|
|
export {};
|
|
|
|
/* prettier-ignore */
|
|
declare module 'vue' {
|
|
export interface GlobalComponents {
|
|
Auth: typeof import('./src/components/Auth.vue')['default']
|
|
Back: typeof import('./src/components/Back.vue')['default']
|
|
Cart: typeof import('./src/components/Cart.vue')['default']
|
|
MerList: typeof import('./src/components/MerList.vue')['default']
|
|
Pay: typeof import('./src/components/Pay.vue')['default']
|
|
Popup: typeof import('./src/components/Popup.vue')['default']
|
|
RichEditor: typeof import('./src/components/RichEditor.vue')['default']
|
|
StoreList: typeof import('./src/components/StoreList.vue')['default']
|
|
Ucharts: typeof import('./src/components/Ucharts.vue')['default']
|
|
Upload: typeof import('./src/components/Upload.vue')['default']
|
|
UserModal: typeof import('./src/components/UserModal.vue')['default']
|
|
}
|
|
}
|