Deploying to gh-pages from @ dolanmiu/docx@28029f4c1c 🚀

This commit is contained in:
dolanmiu
2024-10-09 23:15:01 +00:00
parent 3609b869d8
commit c1fcfcc6a5
380 changed files with 840 additions and 840 deletions

View File

@ -22,7 +22,7 @@ Then add the table in the `section`
const doc = new Document({
sections: [{
children: [table],
}];
}],
});
```