JSXInternal.DOMCSSProperties
deprecated@deprecated
Please import from the Preact namespace instead
type DOMCSSProperties = [key in keyof Omit<CSSStyleDeclaration, "item" | "setProperty" | "removeProperty" | "getPropertyValue" | "getPropertyPriority">]?: ;
| string
| number
| null
| undefined