mirror of
https://github.com/System-End/github-readme-stats.git
synced 2026-04-19 16:38:23 +00:00
Fixed docstring for get styles function to resolve vscode type errors (#2700)
This commit is contained in:
parent
688f4e4975
commit
6f449a1f0b
1 changed files with 2 additions and 1 deletions
|
|
@ -65,10 +65,11 @@ const getAnimations = () => {
|
|||
/**
|
||||
* Retrieves CSS styles for a card.
|
||||
*
|
||||
* @param {Object[]} colors The colors to use for the card.
|
||||
* @param {Object} colors The colors to use for the card.
|
||||
* @param {string} colors.titleColor The title color.
|
||||
* @param {string} colors.textColor The text color.
|
||||
* @param {string} colors.iconColor The icon color.
|
||||
* @param {string} colors.ringColor The ring color.
|
||||
* @param {boolean} colors.show_icons Whether to show icons.
|
||||
* @param {number} colors.progress The progress value to animate to.
|
||||
* @returns {string} Card CSS styles.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue