components.d.ts 882 B

12345678910111213141516171819
  1. // generated by unplugin-vue-components
  2. // We suggest you to commit this file into source control
  3. // Read more: https://github.com/vuejs/core/pull/3399
  4. import '@vue/runtime-core'
  5. export {}
  6. declare module '@vue/runtime-core' {
  7. export interface GlobalComponents {
  8. Application: typeof import('./src/components/Application/Application.vue')['default']
  9. CountTo: typeof import('./src/components/CountTo/CountTo.vue')['default']
  10. Lockscreen: typeof import('./src/components/Lockscreen/Lockscreen.vue')['default']
  11. NConfigProvider: typeof import('naive-ui')['NConfigProvider']
  12. Recharge: typeof import('./src/components/Lockscreen/Recharge.vue')['default']
  13. RouterError: typeof import('./src/components/RouterError/RouterError.vue')['default']
  14. RouterLink: typeof import('vue-router')['RouterLink']
  15. RouterView: typeof import('vue-router')['RouterView']
  16. }
  17. }