UNPKG

@lynx-js/web-core

Version:

This is an internal experimental package, do not use

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