type StylePropValue<T extends StyleProp<any>> =
  T extends StyleProp<infer U> ? U : never
SetValueTLArrowBinding