@tempots/dom
ExcludeFromStyle type
Represents a set of properties or values that are excluded from the CSSStyleDeclaration interface.
Signature:
export type ExcludeFromStyle = 'getPropertyPriority' | 'getPropertyValue' | 'item' | 'removeProperty' | 'setProperty' | 'parentRule' | 'length' | 'name' | number;