feat: add text decoration property
This commit is contained in:
@@ -41,6 +41,9 @@ interface IElement {
|
||||
};
|
||||
rowMargin?: number;
|
||||
letterSpacing?: number;
|
||||
textDecoration?: {
|
||||
style?: TextDecorationStyle;
|
||||
};
|
||||
// groupIds
|
||||
groupIds?: string[];
|
||||
// table
|
||||
|
||||
Reference in New Issue
Block a user