19 lines
584 B
TypeScript
19 lines
584 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 {
|
||
|
RouterLink: typeof import('vue-router')['RouterLink']
|
||
|
RouterView: typeof import('vue-router')['RouterView']
|
||
|
VanButton: typeof import('vant/es')['Button']
|
||
|
VanNavBar: typeof import('vant/es')['NavBar']
|
||
|
VanTabbar: typeof import('vant/es')['Tabbar']
|
||
|
VanTabbarItem: typeof import('vant/es')['TabbarItem']
|
||
|
}
|
||
|
}
|