跳转到内容

GetComponentInputs

GetComponentInputs<C> = { [K in InputPropKey<ComponentPropsOf<C>>]: ComponentPropsOf<C>[K] }

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

组件 input(非函数 prop) 名 -> 值类型

C