feat: add text decoration property

This commit is contained in:
Hufe921
2024-02-27 22:27:33 +08:00
parent dc2804c492
commit f1570f2180
14 changed files with 165 additions and 21 deletions
+3
View File
@@ -41,6 +41,9 @@ interface IElement {
};
rowMargin?: number;
letterSpacing?: number;
textDecoration?: {
style?: TextDecorationStyle;
};
// groupIds
groupIds?: string[];
// table