UNPKG

@lynx-js/web-core

Version:

This is an internal experimental package, do not use

4 lines (3 loc) 205 B
import type { NativeTTObject } from '../../../../types/index.js'; import type { Rpc } from '@lynx-js/web-worker-rpc'; export declare function registerUpdateDataHandler(rpc: Rpc, tt: NativeTTObject): void;