Skip to content

@serenity-is/domwise / ClassNames

Type Alias: ClassNames

ClassNames = ClassName | Iterable<string> | DOMTokenList

Defined in: types/basic-types.d.ts:52

A value that can be used as a class attribute: a string, an array of class names, an iterable, a dictionary of boolean flags, or a DOMTokenList.