@tempots/dom

CSSStyles type

Represents a subset of CSS styles. It is a type that excludes certain properties from the CSSStyleDeclaration type.

Signature:

export type CSSStyles = Omit<CSSStyleDeclaration, ExcludeFromStyle>;

References: ExcludeFromStyle