Merge branch 'master' of http://git.luyuan.tk/luyuan/beelink into zj

This commit is contained in:
asd
2020-10-22 09:37:08 +08:00
7 changed files with 115 additions and 14 deletions

View File

@@ -15,9 +15,6 @@ declare module 'axios' {
}
}
// 图片选择
export interface ImgInfo {
file: string;

4
src/types/trtc-js-sdk.d.ts vendored Normal file
View File

@@ -0,0 +1,4 @@
declare module 'trtc-js-sdk' {
export function createClient(info: any): any
export function createStream(info: any): any
}