Skip to main content

NativeDirectionalStyleKeys

reexport
type NativeDirectionalStyleKeys = Extract<ExtendedNativeViewStyleKeys, "borderBottomEndRadius"
  | "borderBottomStartRadius"
  | "borderTopEndRadius"
  | "borderTopStartRadius"
  | "borderEndColor"
  | "borderEndWidth"
  | "borderStartColor"
  | "borderStartWidth"
  | "marginEnd"
  | "marginStart"
  | "paddingEnd"
  | "paddingStart"
  | "start"
  | "end">