Update API doc

pull/5307/head
GitHub Actions Bot 2024-02-19 06:16:16 +00:00
parent 9fcc7cc848
commit 4cefb906e9
1 changed files with 2 additions and 2 deletions

View File

@ -20321,7 +20321,7 @@
"name": "tableStyle",
"optional": true,
"readonly": false,
"type": "any",
"type": "object",
"default": "",
"description": "Inline style of the table element."
},
@ -20329,7 +20329,7 @@
"name": "tableClass",
"optional": true,
"readonly": false,
"type": "any",
"type": "string | object",
"default": "",
"description": "Style class of the table element."
},