Styles
Styles =
object
Defined in: parser/types.ts:68
Properties
Property | Type | Description | Defined in |
---|---|---|---|
background? | string | Background | parser/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? | string | Border | parser/types.ts:89 |
borderRadius? | string | - | parser/types.ts:90 |
bottom? | string | - | parser/types.ts:80 |
color? | string | Typography | parser/types.ts:103 |
filter? | string | Filter | parser/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? | string | Sizing | parser/types.ts:70 |
left? | string | - | parser/types.ts:81 |
letterSpacing? | string | - | parser/types.ts:112 |
lineHeight? | string | number | - | parser/types.ts:114 |
margin? | string | Spacing | parser/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" | Positioning | parser/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? | string | Transform | parser/types.ts:117 |
width? | string | - | parser/types.ts:71 |
wordSpacing? | string | - | parser/types.ts:113 |