feat: add element group

This commit is contained in:
Hufe921
2023-08-25 20:00:02 +08:00
committed by Hufe
parent f19077b2ce
commit 3e183aefa5
27 changed files with 488 additions and 17 deletions
+2
View File
@@ -41,6 +41,8 @@ interface IElement {
};
rowMargin?: number;
letterSpacing?: number;
// groupIds
groupIds?: string[];
// table
colgroup?: {
width: number;