跳转到内容

GetComponentOutputsHandlerMap

GetComponentOutputsHandlerMap<C> = GetComponentEmits<C>

Defined in: packages/react/src/util/component-types.ts:106

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

C