Files
xuetang/wx/node_modules/@tencentcloud/lite-chat/plugins/topic.d.ts
T
2026-09-08 11:40:15 +08:00

9 lines
176 B
TypeScript

declare const topicPlugin: {
[key: string]: any;
};
export default topicPlugin;
declare module '@tencentcloud/lite-chat/plugins/topic' {
export default topicPlugin;
}