跳转到内容

GetComponentOutputsHandlerMap

GetComponentOutputsHandlerMap<C> = GetComponentEmits<C>

Defined in: packages/solid/src/util/component-types.ts:105

非 Partial 形态的「output 名 -> 处理器签名」映射。 用于把 outputChange 的 list 逐位推成真实 emit 参数元组。

C