SolidStandardAttrName
SolidStandardAttrName =
Exclude<Extract<keyofJSX.HTMLAttributes<unknown>,string>,`on${string}`>
Defined in: packages/solid/src/util/component-types.ts:133
attributes 的标准名: 直接借 Solid 自带的 JSX.HTMLAttributes,
摘掉 onXxx(那是 events 的地盘, 不属于 attributes)。