feat: table td with multiple border types #435
This commit is contained in:
@@ -55,7 +55,7 @@ interface IElement {
|
||||
rowspan: number;
|
||||
verticalAlign?: VerticalAlign;
|
||||
backgroundColor?: string;
|
||||
borderType?: TdBorder;
|
||||
borderTypes?: TdBorder[];
|
||||
slashType?: TdSlash;
|
||||
value: IElement[];
|
||||
}[];
|
||||
|
||||
Reference in New Issue
Block a user