UNPKG

slightning-coco-widget

Version:

SLIGHTNING 的 CoCo 控件框架。

8 lines (7 loc) 266 B
import { getDefaultAdapter } from "../adapters/adapter"; export const eventKeyMap = {}; export function emit(key, ...args) { var _a; key = (_a = eventKeyMap[key]) !== null && _a !== void 0 ? _a : key; getDefaultAdapter().emit.call(this, key, ...args); }