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 71319a9 commit 90a9436Copy full SHA for 90a9436
src/theme/types.ts
@@ -35,5 +35,33 @@ type AllProps<T extends StyledPropConfig> = {
35
36
export type StyledProps = Omit<
37
AllProps<StyledPropConfig>,
38
- 'gap' | 'borderBottom'
+ | 'gap'
39
+ | 'verticalAlign'
40
+ | 'borderBottom'
41
+ | 'borderTop'
42
+ | 'borderLeft'
43
+ | 'borderRight'
44
+ | 'wordBreak'
45
+ | 'justifySelf'
46
+ | 'overflowWrap'
47
+ | 'textOverflow'
48
+ | 'whiteSpace'
49
+ | 'outline'
50
+ | 'outlineWidth'
51
+ | 'cursor'
52
+ | 'userSelect'
53
+ | 'order'
54
+ | 'backgroundSize'
55
+ | 'backgroundPosition'
56
+ | 'backgroundRepeat'
57
+ | 'backgroundAttachment'
58
+ | 'backgroundBlendMode'
59
+ | 'bgSize'
60
+ | 'bgPosition'
61
+ | 'bgRepeat'
62
+ | 'bgAttachment'
63
+ | 'bgBlendMode'
64
+ | 'bgImage'
65
+ | 'bgImg'
66
+ | 'bgPos'
67
>;
0 commit comments