UNPKG

@lynx-js/web-core

Version:

This is an internal experimental package, do not use

4 lines (3 loc) 223 B
import type { Rpc } from '@lynx-js/web-worker-rpc'; import type { LynxViewInstance } from '../LynxViewInstance.js'; export declare function registerInvokeUIMethodHandler(rpc: Rpc, lynxViewInstance: LynxViewInstance): void;