Type Alias: StyledSizingKeys
StyledSizingKeys =
"width"
|"minWidth"
|"maxWidth"
|"height"
|"minHeight"
|"maxHeight"
|"top"
|"bottom"
|"left"
|"right"
|"padding"
|"paddingTop"
|"paddingBottom"
|"paddingLeft"
|"paddingRight"
|"paddingHorizontal"
|"paddingVertical"
|"margin"
|"marginTop"
|"marginBottom"
|"marginLeft"
|"marginRight"
|"marginHorizontal"
|"marginVertical"
|"gap"
|"borderRadius"
|"borderTopLeftRadius"
|"borderTopRightRadius"
|"borderBottomLeftRadius"
|"borderBottomRightRadius"
|"borderWidth"
|"borderTopWidth"
|"borderBottomWidth"
|"borderLeftWidth"
|"borderRightWidth"
Defined in: types/sizing.ts:32
Style properties that support sizing values (dimensions, multipliers, calc expressions)