跳转到内容

GetComponentOutputsAsync

GetComponentOutputsAsync<C> = Partial<{ [K in keyof GetComponentEmits<C>]: AsyncProperty<GetComponentEmits<C>[K]> }>

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

C