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