generated from lanseria/word-replacer-tauri
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomponents.d.ts
21 lines (20 loc) · 920 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 */
// @ts-nocheck
// Generated by unplugin-vue-components
// Read more: https://github.com/vuejs/core/pull/3399
// biome-ignore lint: disable
export {}
/* prettier-ignore */
declare module 'vue' {
export interface GlobalComponents {
AutoRunSwitch: typeof import('./src/components/AutoRunSwitch.vue')['default']
AutoStartSwitch: typeof import('./src/components/AutoStartSwitch.vue')['default']
ConfigEditor: typeof import('./src/components/ConfigEditor.vue')['default']
FormField: typeof import('./src/components/FormField.vue')['default']
JsonEditor: typeof import('./src/components/JsonEditor.vue')['default']
RouterLink: typeof import('vue-router')['RouterLink']
RouterView: typeof import('vue-router')['RouterView']
SectionCard: typeof import('./src/components/SectionCard.vue')['default']
Switch: typeof import('./src/components/Switch.vue')['default']
}
}