File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff 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 ,
You can’t perform that action at this time.
0 commit comments