在 6.5.0 版以来,TS2590 使用 styled-components 自带的 .d.ts,因为 HTMLAttributes 具有模板字面索引签名
作者: binhpv创建于 2026年8月12日更新于 2026年8月15日
Since 6.5.0, styled-components' own declaration files fail to type-check with `TS2590` when `React.HTMLAttributes` carries a **template-literal index signature** — the common augmentation used to allow arbitrary `data-*` attributes.
内容来源: styled-components/styled-components