We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ca24c6 commit d5fdfe1Copy full SHA for d5fdfe1
src/cards/stats-card.js
@@ -33,7 +33,7 @@ const RANK_ONLY_CARD_DEFAULT_WIDTH = 290;
33
* @param {number} createTextNodeParams.shiftValuePos Number of pixels the value has to be shifted to the right.
34
* @param {boolean} createTextNodeParams.bold Whether to bold the label.
35
* @param {string} createTextNodeParams.number_format The format of numbers on card.
36
- * @returns
+ * @returns {string} The stats card text item SVG object.
37
*/
38
const createTextNode = ({
39
icon,
0 commit comments