docs: table border type #152

This commit is contained in:
Hufe921
2023-03-24 14:40:49 +08:00
parent 48ad18bccb
commit 9521d59faf
3 changed files with 13 additions and 0 deletions
+1
View File
@@ -58,6 +58,7 @@ interface IElement {
tdId?: string;
trId?: string;
tableId?: string;
borderType?: TableBorder;
// 超链接
valueList?: IElement[];
url?: string;