components.d.ts 565 B

12345678910111213141516
  1. /* eslint-disable */
  2. /* prettier-ignore */
  3. // @ts-nocheck
  4. // Generated by vite-plugin-uni-components
  5. // Read more: https://github.com/vuejs/core/pull/3399
  6. export {}
  7. declare module 'vue' {
  8. export interface GlobalComponents {
  9. FgNavbar: typeof import('./../components/fg-navbar/fg-navbar.vue')['default']
  10. FgTabbar: typeof import('./../components/fg-tabbar/fg-tabbar.vue')['default']
  11. PrivacyPopup: typeof import('./../components/privacy-popup/privacy-popup.vue')['default']
  12. Tabbar: typeof import('./../components/tabbar/tabbar.vue')['default']
  13. }
  14. }