UNPKG

@lynx-js/web-core

Version:

This is an internal experimental package, do not use

5 lines 270 B
import { updateGlobalPropsEndpoint } from '../../../endpoints.js'; export function registerUpdateGlobalPropsHandler(rpc, tt) { rpc.registerHandlerLazy(updateGlobalPropsEndpoint, tt, 'updateGlobalProps'); } //# sourceMappingURL=registerUpdateGlobalPropsHandler.js.map