UNPKG

@lynx-js/web-core

Version:

This is an internal experimental package, do not use

4 lines (3 loc) 239 B
import type { MainThreadGlobalAPIs } from '../../types/index.js'; import { type LynxViewInstance } from './LynxViewInstance.js'; export declare function createMainThreadGlobalAPIs(lynxViewInstance: LynxViewInstance): MainThreadGlobalAPIs;