-
-
Notifications
You must be signed in to change notification settings - Fork 34
Expand file tree
/
Copy pathcomponents.d.ts
More file actions
19 lines (18 loc) · 797 Bytes
/
components.d.ts
File metadata and controls
19 lines (18 loc) · 797 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/* eslint-disable */
/* prettier-ignore */
// @ts-nocheck
// Generated by unplugin-vue-components
// Read more: https://github.com/vuejs/core/pull/3399
export {}
declare module 'vue' {
export interface GlobalComponents {
'Carbon:language': typeof import('~icons/carbon/language')['default']
'Carbon:logoGithub': typeof import('~icons/carbon/logo-github')['default']
'Carbon:logoTwitter': typeof import('~icons/carbon/logo-twitter')['default']
'Carbon:moon': typeof import('~icons/carbon/moon')['default']
'Carbon:sun': typeof import('~icons/carbon/sun')['default']
RouterLink: typeof import('vue-router')['RouterLink']
RouterView: typeof import('vue-router')['RouterView']
'SimpleIcons:nuxtdotjs': typeof import('~icons/simple-icons/nuxtdotjs')['default']
}
}