generated from electron-vite/electron-vite-vue
-
Notifications
You must be signed in to change notification settings - Fork 0
/
components.d.ts
21 lines (20 loc) · 890 Bytes
/
components.d.ts
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
/* 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 {
Button: typeof import('primevue/button')['default']
CalculationTypeList: typeof import('./src/components/CalculationTypeList.vue')['default']
Dialog: typeof import('primevue/dialog')['default']
Divider: typeof import('primevue/divider')['default']
InputText: typeof import('primevue/inputtext')['default']
Listbox: typeof import('primevue/listbox')['default']
MainDisplay: typeof import('./src/components/MainDisplay.vue')['default']
SelectButton: typeof import('primevue/selectbutton')['default']
TitleBar: typeof import('./src/components/TitleBar.vue')['default']
Toolbar: typeof import('primevue/toolbar')['default']
}
}