feat: add table td border type
This commit is contained in:
@@ -54,6 +54,7 @@ interface IElement {
|
||||
rowspan: number;
|
||||
verticalAlign?: VerticalAlign;
|
||||
backgroundColor?: string;
|
||||
borderType?: TdBorder;
|
||||
value: IElement[];
|
||||
}[];
|
||||
}[];
|
||||
|
||||
Reference in New Issue
Block a user