CSS Hooks
Documentation
Source on GitHub

Home > @css-hooks/core > CreateHooksResult > not

CreateHooksResult.not property

Negates a condition.

Signature:

not: <C extends Condition<S>>(condition: C) => { not: C; };