feat: support for table cell slash #290
This commit is contained in:
@@ -55,6 +55,7 @@ interface IElement {
|
||||
verticalAlign?: VerticalAlign;
|
||||
backgroundColor?: string;
|
||||
borderType?: TdBorder;
|
||||
slashType?: TdSlash;
|
||||
value: IElement[];
|
||||
}[];
|
||||
}[];
|
||||
|
||||
Reference in New Issue
Block a user