UNPKG

@lynx-js/web-core

Version:

This is an internal experimental package, do not use

4 lines (3 loc) 243 B
import type { MainThreadLynx } from '../types/MainThreadLynx.js'; import type { Cloneable } from '../types/index.js'; export declare function createServerLynx(globalProps: Cloneable, customSections: Record<string, Cloneable>): MainThreadLynx;