CSSPropertyCompatCategory
reexport
type
CSSPropertyCompatCategory
=
"native"
|
"web"
Defined in
@native-html/css-processor
- native properties can be injected in React Native components style prop;
- web properties are solely used in the transient tree render engine.