更新
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
/**
|
||||
* @interface TUIGlobal
|
||||
*/
|
||||
export interface ITUIGlobal {
|
||||
global: any; // 挂在 wx、uni、window 对象
|
||||
isOfficial: boolean;
|
||||
[key: string]: any;
|
||||
|
||||
initOfficial(isOfficial: boolean): void;
|
||||
|
||||
getPlatform(): string;
|
||||
}
|
||||
Reference in New Issue
Block a user