Skip to content

Commit 7c21ffb

Browse files
committed
chore: update volar config
1 parent b467675 commit 7c21ffb

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

packages/tdesign-vue-next-chat/global.d.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,12 @@ declare module 'vue' {
1313
TChatReasoning: typeof import('@tdesign-vue-next/chat')['ChatReasoning'];
1414
TChatAction: typeof import('@tdesign-vue-next/chat')['ChatAction'];
1515
TChatLoading: typeof import('@tdesign-vue-next/chat')['ChatLoading'];
16+
Attachments: typeof import('@tdesign-vue-next/chat')['Attachments'];
17+
ChatActionbar: typeof import('@tdesign-vue-next/chat')['ChatActionbar'];
18+
ChatList: typeof import('@tdesign-vue-next/chat')['ChatList'];
19+
ChatMarkdown: typeof import('@tdesign-vue-next/chat')['ChatMarkdown'];
20+
ChatThinking: typeof import('@tdesign-vue-next/chat')['ChatThinking'];
21+
Chatbot: typeof import('@tdesign-vue-next/chat')['Chatbot'];
1622
}
1723
}
1824

0 commit comments

Comments
 (0)