21 lines
891 B
TypeScript
21 lines
891 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 {
|
|
AgreePrivacy: typeof import('./../src/components/agree-privacy/index.vue')['default']
|
|
LangSelect: typeof import('./../src/components/lang-select/index.vue')['default']
|
|
RouterLink: typeof import('vue-router')['RouterLink']
|
|
RouterView: typeof import('vue-router')['RouterView']
|
|
ShopCascadePicker: typeof import('./../src/components/ShopCascadePicker.vue')['default']
|
|
SimplePicker: typeof import('./../src/components/SimplePicker.vue')['default']
|
|
Skeleton: typeof import('./../src/components/Skeleton.vue')['default']
|
|
ThemePicker: typeof import('./../src/components/theme-picker/index.vue')['default']
|
|
}
|
|
}
|