Home > @css-hooks/core > CreateHooksResult > or
CreateHooksResult.or property
Combines a list of conditions into a single condition which is true when any of the specified conditions are true.
Signature:
or: <C extends Condition<S>[]>(...conditions: C) => { or: C; };