components.d.ts 814 B

12345678910111213141516171819
  1. /* eslint-disable */
  2. // @ts-nocheck
  3. // Generated by unplugin-vue-components
  4. // Read more: https://github.com/vuejs/core/pull/3399
  5. export {}
  6. /* prettier-ignore */
  7. declare module 'vue' {
  8. export interface GlobalComponents {
  9. MButton: typeof import('./../src/components/MButton/index.vue')['default']
  10. MCard: typeof import('./../src/components/MCard/index.vue')['default']
  11. MContainer: typeof import('./../src/components/MContainer/index.vue')['default']
  12. MFooter: typeof import('./../src/components/MFooter/index.vue')['default']
  13. MIcon: typeof import('./../src/components/MIcon/index.vue')['default']
  14. MPage: typeof import('./../src/components/MPage/index.vue')['default']
  15. RouterLink: typeof import('vue-router')['RouterLink']
  16. RouterView: typeof import('vue-router')['RouterView']
  17. }
  18. }