Skip to main content

CSSShortPropsKey

reexport
type CSSShortPropsKey = Extract<keyof StandardShorthandProperties, "background"
  | "border"
  | "borderColor"
  | "borderRadius"
  | "borderWidth"
  | "flex"
  | "flexFlow"
  | "font"
  | "margin"
  | "padding"
  | "textDecoration">

Shorthand properties. These properties will be pre-translated with css-to-react-native. These properties are not considered "native, web, flow ... etc" because they won't be translated per-se.