Add children to hyperlink

This commit is contained in:
Rowan Cockett
2021-08-27 16:53:11 -06:00
parent 9efee181ba
commit c1cc211c7f
4 changed files with 21 additions and 15 deletions

View File

@ -927,7 +927,7 @@ describe("Paragraph", () => {
const paragraph = new Paragraph({
children: [
new ExternalHyperlink({
child: new TextRun("test"),
children: [new TextRun("test")],
link: "http://www.google.com",
}),
],