CSS Hooks
Documentation
Source on GitHub

Home > @css-hooks/preact > CSSProperties

CSSProperties type

A version of Preact's JSX.CSSProperties type that admits an on field

Signature:

export type CSSProperties = JSX.DOMCSSProperties & { cssText?: string | null };