unibest/src/types/components.d.ts

15 lines
491 B
TypeScript
Raw Normal View History

/* eslint-disable */
/* prettier-ignore */
// @ts-nocheck
// Generated by vite-plugin-uni-components
// Read more: https://github.com/vuejs/core/pull/3399
export {}
declare module 'vue' {
export interface GlobalComponents {
FgNavbar: typeof import('./../components/fg-navbar/fg-navbar.vue')['default']
2025-05-28 00:51:49 +08:00
FgTabbar: typeof import('./../components/fg-tabbar/fg-tabbar.vue')['default']
PrivacyPopup: typeof import('./../components/privacy-popup/privacy-popup.vue')['default']
}
}