-
-
Notifications
You must be signed in to change notification settings - Fork 27
/
Copy pathcomponents.d.ts
21 lines (19 loc) · 1 KB
/
components.d.ts
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
// generated by unplugin-vue-components
// We suggest you to commit this file into source control
// Read more: https://github.com/vuejs/core/pull/3399
import '@vue/runtime-core'
export {}
declare module '@vue/runtime-core' {
export interface GlobalComponents {
Anchor: typeof import('./src/components/ui/anchor/Anchor.vue')['default']
Button: typeof import('./src/components/ui/button/Button.vue')['default']
Footer: typeof import('./src/components/Footer.vue')['default']
Hero: typeof import('./src/components/Hero.vue')['default']
IconMenu: typeof import('./src/components/IconMenu.vue')['default']
IconPalette: typeof import('./src/components/IconPalette.vue')['default']
Input: typeof import('./src/components/ui/input/Input.vue')['default']
Label: typeof import('./src/components/ui/label/Label.vue')['default']
Separator: typeof import('./src/components/ui/separator/Separator.vue')['default']
ToggleButton: typeof import('./src/components/ToggleButton.vue')['default']
}
}