wrong border property

based on IBorderPropertyOptions available properties are: color, space, value, size
This commit is contained in:
Yaniv Mirel
2021-06-16 10:55:22 +03:00
committed by GitHub
parent 99f0297c4f
commit b116b0a268

View File

@ -14,13 +14,13 @@ const doc = new Document({
top: {
color: "auto",
space: 1,
style: BorderStyle.SINGLE,
value: BorderStyle.SINGLE,
size: 6,
},
bottom: {
color: "auto",
space: 1,
style: BorderStyle.SINGLE,
value: BorderStyle.SINGLE,
size: 6,
},
},