@@ -9,6 +9,7 @@ import { PaddingTypes } from './padding';
9
9
import { PointerTypes } from './pointer' ;
10
10
import { PositionTypes } from './position' ;
11
11
import { BoxShadowTypes } from './shadow' ;
12
+ import { TypographyTypes } from './typography' ;
12
13
import { WordWrapTypes } from './wordWrap' ;
13
14
14
15
type BreakPointsStyleType = {
@@ -33,6 +34,19 @@ type PseudoElementsType = {
33
34
after ?: AfterOrBeforeType ;
34
35
before ?: AfterOrBeforeType ;
35
36
backdrop ?: GenericStyleType ;
37
+ placeholder ?: TypographyTypes ;
38
+ placeholderShown ?: TypographyTypes ;
39
+ notPlaceholderShown ?: TypographyTypes ;
40
+ disabled ?: CommonStyleType ;
41
+ filled ?: CommonStyleType ;
42
+ focus ?: CommonStyleType ;
43
+ focusVisible ?: CommonStyleType ;
44
+ ariaInvalid ?: CommonStyleType ;
45
+ dataTruncate ?: CommonStyleType ;
46
+ dataFilled ?: CommonStyleType ;
47
+ passwordRevealButton ?: CommonStyleType ;
48
+ webkitInnerSpinButton ?: CommonStyleType ;
49
+ webkitOuterSpinButton ?: CommonStyleType ;
36
50
} ;
37
51
38
52
export type CommonStyleType = GenericStyleType & BreakPointsStyleType & PseudoElementsType ;
0 commit comments