We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 814a0ea commit 536346aCopy full SHA for 536346a
packages/emotion/src/styleUtils/ThemeablePropTypes.ts
@@ -30,8 +30,7 @@ import type {
30
BorderRadii,
31
BorderWidthValues,
32
BorderWidth,
33
- SpacingValues,
34
- Spacing
+ SpacingValues
35
} from './ThemeablePropValues'
36
37
const {
@@ -72,8 +71,6 @@ function shorthandPropType<V extends ValueKeys>(
72
71
? BorderWidth
73
: V extends BorderRadiiValues[]
74
? BorderRadii
75
- : V extends SpacingValues[]
76
- ? Spacing
77
: string[]
78
> {
79
return function (
0 commit comments