Take array of string and return this array in one string with comma separation
<div className={classNames('my-class', 'my-second-class', 'my-third-class')}> Styled div</div>
The total classes with comma separation
Rest
Array of string
Generated using TypeDoc
classNames
Take array of string and return this array in one string with comma separation
Example
Returns
The total classes with comma separation