We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bcaf51 commit b1eaee5Copy full SHA for b1eaee5
docx-wasm/js/json/styles.ts
@@ -14,6 +14,7 @@ export type StyleJSON = {
14
tableCellProperty: TableCellPropertyJSON;
15
basedOn: string | null;
16
link?: string | null | undefined;
17
+ next?: string | null;
18
};
19
20
export type StylesJSON = {
docx-wasm/js/json/table.ts
@@ -78,7 +78,7 @@ export type TablePropertyJSON = {
78
insideH?: BorderJSON | null;
79
insideV?: BorderJSON | null;
80
} | null;
81
- margins: TableCellMarginsJSON | null;
+ margins?: TableCellMarginsJSON | null;
82
indent?: {
83
width: number;
84
widthType: WidthType;
0 commit comments