Document className return

This commit is contained in:
Zerthox 2022-12-20 14:07:57 +01:00
parent 767459c9de
commit b4d3ead560
1 changed files with 2 additions and 1 deletions

View File

@ -64,7 +64,8 @@ const Utils = {
* When given an object they keys are added as the classnames if the value is truthy.
* Copyright (c) 2018 Jed Watson https://github.com/JedWatson/classnames MIT License
*
* @param {...Any} argument - anything that should be used to add classnames.
* @param {...Any} argument - Anything that should be used to add classnames.
* @returns {string} Joined classname.
*/
className() {
return Utilities.className(...arguments);