CSSPropertyPropagationCategory
reexport
type CSSPropertyPropagationCategory = "flow" | "retain"Defined in
@native-html/css-processor- flow CSS properties will be inherited by children TTree nodes;
- retain CSS properties will only apply to the TTree node to which it is attached.