mirror of
https://github.com/ant-design/ant-design.git
synced 2026-02-09 02:49:18 +08:00
chore: sync master into next
This commit is contained in:
5
typings/cssType.d.ts
vendored
Normal file
5
typings/cssType.d.ts
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
declare namespace React {
|
||||
interface CSSProperties {
|
||||
[key: `--${string | number}`]: string | number | undefined; // 允许 CSS 变量
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user