mirror of
https://github.com/tiennm99/github-readme-stats.git
synced 2026-08-05 00:25:20 +00:00
refactor(wakatime card): fix createTextNode function jsdoc to resolve type error (#3201)
This commit is contained in:
@@ -96,7 +96,7 @@ const createLanguageTextNode = ({ langs, y }) => {
|
||||
* @param {string} args.value The value of the text node item.
|
||||
* @param {number} args.index The index of the text node item.
|
||||
* @param {string} args.percent Percentage of the text node item.
|
||||
* @param {boolean} args.hideProgress Whether to hide the progress bar.
|
||||
* @param {boolean=} args.hideProgress Whether to hide the progress bar.
|
||||
* @param {string} args.progressBarColor The color of the progress bar.
|
||||
* @param {string} args.progressBarBackgroundColor The color of the progress bar background.
|
||||
* @returns {string} The text SVG node.
|
||||
|
||||
Reference in New Issue
Block a user