CSS Hooks
Documentation
Source on GitHub

Home > @css-hooks/core > EnhanceStyleFn

EnhanceStyleFn type

Enhances a style object by merging in conditional declarations.

Signature:

export type EnhanceStyleFn<CSSProperties> = (style: CSSProperties) => CSSProperties;