Skip to main content
Version: v2.2.0

Styles

Styles = object

Defined in: parser/types.ts:68

Properties

PropertyTypeDescriptionDefined in
background?stringBackgroundparser/types.ts:93
backgroundColor?string-parser/types.ts:94
backgroundImage?string-parser/types.ts:95
backgroundPosition?string-parser/types.ts:96
backgroundSize?string-parser/types.ts:97
border?stringBorderparser/types.ts:89
borderRadius?string-parser/types.ts:90
bottom?string-parser/types.ts:80
color?stringTypographyparser/types.ts:103
filter?stringFilterparser/types.ts:100
font?string-parser/types.ts:104
fontFamily?string-parser/types.ts:105
fontSize?string-parser/types.ts:106
fontStyle?"normal" | "italic" | "oblique"-parser/types.ts:107
fontWeight?string | number-parser/types.ts:108
height?stringSizingparser/types.ts:70
left?string-parser/types.ts:81
letterSpacing?string-parser/types.ts:112
lineHeight?string | number-parser/types.ts:114
margin?stringSpacingparser/types.ts:85
maxHeight?string-parser/types.ts:74
maxWidth?string-parser/types.ts:75
minHeight?string-parser/types.ts:72
minWidth?string-parser/types.ts:73
padding?string-parser/types.ts:86
position?"static" | "relative" | "absolute" | "fixed" | "sticky"Positioningparser/types.ts:78
right?string-parser/types.ts:82
textAlign?"start" | "center" | "end" | "justify" | "left" | "right" | "match-parent"-parser/types.ts:109
textDecoration?"none" | "underline" | "overline" | "line-through" | "underline-overline"-parser/types.ts:110
textTransform?"capitalize" | "lowercase" | "none" | "uppercase"-parser/types.ts:111
top?string-parser/types.ts:79
transform?stringTransformparser/types.ts:117
width?string-parser/types.ts:71
wordSpacing?string-parser/types.ts:113