UNPKG

@lynx-js/web-core

Version:

This is an internal experimental package, do not use

4 lines (3 loc) 266 B
import { type NativeModulesMap } from '../../../types/index.js'; import type { Rpc } from '@lynx-js/web-worker-rpc'; export declare function createNativeModules(uiThreadRpc: Rpc, mainThreadRpc: Rpc, nativeModulesMap: NativeModulesMap): Promise<Record<string, any>>;