UNPKG

@lynx-js/web-core

Version:

This is an internal experimental package, do not use

4 lines (3 loc) 276 B
import type { Rpc } from '@lynx-js/web-worker-rpc'; import type { Cloneable } from '../../../../types/index.js'; export declare function createGetCustomSection(rpc: Rpc, customSections: Record<string, Cloneable>): (key: string, callback: (object: Cloneable) => void) => void;