fix (#660)
parent
4bcaf5188e
commit
b1eaee54a5
|
@ -14,6 +14,7 @@ export type StyleJSON = {
|
|||
tableCellProperty: TableCellPropertyJSON;
|
||||
basedOn: string | null;
|
||||
link?: string | null | undefined;
|
||||
next?: string | null;
|
||||
};
|
||||
|
||||
export type StylesJSON = {
|
||||
|
|
|
@ -78,7 +78,7 @@ export type TablePropertyJSON = {
|
|||
insideH?: BorderJSON | null;
|
||||
insideV?: BorderJSON | null;
|
||||
} | null;
|
||||
margins: TableCellMarginsJSON | null;
|
||||
margins?: TableCellMarginsJSON | null;
|
||||
indent?: {
|
||||
width: number;
|
||||
widthType: WidthType;
|
||||
|
|
Loading…
Reference in New Issue