doum
昨天 ee300eca8f8414604cd94aa29f2b80e7d32413f6
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>>;