Skip to content

Commit e3d534f

Browse files
committed
Add missing JSDoc parameters
1 parent b459898 commit e3d534f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

ts/util/StyleJson.ts

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,8 @@ export class StyleJsonSheet {
9898

9999
/**
100100
* @param {StyleJson} styles The style list to convert
101-
* @returns {string[]} An array of rule strings for the style list
101+
* @param {string} spaces The spaces to put at the beginning of each line
102+
* @returns {string[]} An array of rule strings for the style list
102103
*/
103104
public getStyleRules(
104105
styles: StyleJson = this.styles,
@@ -117,7 +118,8 @@ export class StyleJsonSheet {
117118

118119
/**
119120
* @param {StyleJsonData | StyleJson} styles The style data to be stringified
120-
* @returns {string} The CSS string for the given data
121+
* @param {string} spaces The spaces to put at the beginning of each line
122+
* @returns {string} The CSS string for the given data
121123
*/
122124
public getStyleDefString(
123125
styles: StyleJsonData | StyleJson,

0 commit comments

Comments
 (0)