跳转到内容

SolidStandardAttrName

SolidStandardAttrName = Exclude<Extract<keyof JSX.HTMLAttributes<unknown>, string>, `on${string}`>

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

attributes 的标准名: 直接借 Solid 自带的 JSX.HTMLAttributes, 摘掉 onXxx(那是 events 的地盘, 不属于 attributes)。