MixedSizeCSSPropertiesKeys
reexport
type MixedSizeCSSPropertiesKeys = "fontSize"Â Â | "borderWidth"Â Â | "letterSpacing"Â Â | "bottom"Â Â | "left"Â Â | "top"Â Â | "right"Â Â | "width"Â Â | "height"Â Â | "flexBasis"Â Â | "borderRadius"Â Â | "borderBottomLeftRadius"Â Â | "borderBottomRightRadius"Â Â | "borderTopLeftRadius"Â Â | "borderTopRightRadius"Â Â | "borderWidth"Â Â | "borderBottomWidth"Â Â | "borderLeftWidth"Â Â | "borderRightWidth"Â Â | "marginBottom"Â Â | "marginLeft"Â Â | "marginRight"Â Â | "marginTop"Â Â | "margin"Â Â | "marginHorizontal"Â Â | "marginVertical"Â Â | "maxWidth"Â Â | "maxHeight"Â Â | "minWidth"Â Â | "minHeight"Â Â | "padding"Â Â | "paddingBottom"Â Â | "paddingLeft"Â Â | "paddingRight"Â Â | "paddingTop"Â Â | "paddingHorizontal"Â Â | "paddingVertical"Defined in
@native-html/css-processorThese properties can be set to any of the supoprted CSS sizes, including em,
rem units and special values such as large, larger for fontSize, thin,
medium for borderWidth, before passed to CSSProcessor.compileStyleDeclaration.