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

9 lines
180 B
TypeScript

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