mirror of
https://github.com/tiennm99/github-readme-stats.git
synced 2026-05-16 10:58:55 +00:00
Fixed card constructor docstring to resolve vscode type errors (#2674)
This commit is contained in:
committed by
GitHub
parent
cb99414d3d
commit
a4d6fe104f
@@ -12,6 +12,12 @@ class Card {
|
||||
* @param {string?=} args.customTitle Card custom title.
|
||||
* @param {string?=} args.defaultTitle Card default title.
|
||||
* @param {string?=} args.titlePrefixIcon Card title prefix icon.
|
||||
* @param {object?=} args.colors Card colors arguments.
|
||||
* @param {string} args.colors.titleColor Card title color.
|
||||
* @param {string} args.colors.textColor Card text color.
|
||||
* @param {string} args.colors.iconColor Card icon color.
|
||||
* @param {string|Array} args.colors.bgColor Card background color.
|
||||
* @param {string} args.colors.borderColor Card border color.
|
||||
* @returns {Card} Card instance.
|
||||
*/
|
||||
constructor({
|
||||
|
||||
Reference in New Issue
Block a user