rk
5 天以前 fea8e0742ee241a94c5bbd4f452d6ad82cf4dd9c
1
2
3
4
5
6
7
8
9
10
11
12
declare global {
    var __weex_require__: any;
    var weex: {
        config: any;
        requireModule(name: string): {
            [key: string]: any;
        };
    };
}
export declare const requireModule: (moduleName: string) => any;
export declare const iosWeexBridge: () => Promise<(method: string, params: any) => Promise<unknown>>;
export declare const androidWeexBridge: () => Promise<(method: string, params: any) => Promise<unknown>>;