components.d.ts 758 B

12345678910111213141516171819202122
  1. /* eslint-disable */
  2. /* prettier-ignore */
  3. // @ts-nocheck
  4. // Generated by unplugin-vue-components
  5. // Read more: https://github.com/vuejs/core/pull/3399
  6. import '@vue/runtime-core'
  7. export {}
  8. declare module '@vue/runtime-core' {
  9. export interface GlobalComponents {
  10. NAffix: typeof import('naive-ui')['NAffix']
  11. NDrawer: typeof import('naive-ui')['NDrawer']
  12. NDrawerContent: typeof import('naive-ui')['NDrawerContent']
  13. NDropdown: typeof import('naive-ui')['NDropdown']
  14. NModal: typeof import('naive-ui')['NModal']
  15. NPopover: typeof import('naive-ui')['NPopover']
  16. NProgress: typeof import('naive-ui')['NProgress']
  17. RouterLink: typeof import('vue-router')['RouterLink']
  18. RouterView: typeof import('vue-router')['RouterView']
  19. }
  20. }