CSSPropertySpecs
reexport
interface CSSPropertySpecs<  C extends CSSPropertyCompatCategory,  D extends CSSPropertyDisplayCategory,  P extends CSSPropertyPropagationCategory> {  compatCategory: C;  displayCategory: D;  propagationCategory: P;}Defined in
@native-html/css-processorType Parameters#
C#
D#
P#
Fields#
compatCategory#
required
compatCategory: C;displayCategory#
required
displayCategory: D;propagationCategory#
required
propagationCategory: P;