feat: chat首页渲染优化
This commit is contained in:
7
src/types/chat.ts
Normal file
7
src/types/chat.ts
Normal file
@ -0,0 +1,7 @@
|
||||
declare global {
|
||||
namespace CHAT {
|
||||
export type TInputInfo = {
|
||||
message: string;
|
||||
};
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user