export type CSSStyleKey = Exclude< Exclude, 'getPropertyPriority' | 'getPropertyValue' | 'item' | 'removeProperty' | 'setProperty' | 'length' | 'parentRule' >; export type CSSStyleProperties = Partial>; export type VoidFunction = () => void; export type GeneralWindow = Window | typeof window;