File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
packages/tdesign-vue-next-chat Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments