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