-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcomponents.d.ts
22 lines (20 loc) · 966 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
22
/* eslint-disable */
/* prettier-ignore */
// @ts-nocheck
// Generated by vite-plugin-uni-components
// Read more: https://github.com/vuejs/core/pull/3399
import '@vue/runtime-core'
export {}
declare module '@vue/runtime-core' {
export interface GlobalComponents {
AIChat: typeof import('./src/components/AIChat.vue')['default']
AIMessage: typeof import('./src/components/AIMessage.vue')['default']
NutAvatar: typeof import('nutui-uniapp/components/avatar/avatar.vue')['default']
NutInput: typeof import('nutui-uniapp/components/input/input.vue')['default']
NutPopup: typeof import('nutui-uniapp/components/popup/popup.vue')['default']
NutRange: typeof import('nutui-uniapp/components/range/range.vue')['default']
SendBox: typeof import('./src/components/SendBox.vue')['default']
Settings: typeof import('./src/components/Settings.vue')['default']
TypeWriter: typeof import('./src/components/TypeWriter.vue')['default']
}
}