Added support for w:fldSimple, including convenience class for simple MailMerge fields

This commit is contained in:
Paul de Groot
2021-05-04 23:38:25 +02:00
parent 7acd9e1fde
commit 85583a3dbd
4 changed files with 66 additions and 2 deletions

View File

@ -8,3 +8,4 @@ export * from "./sequential-identifier";
export * from "./underline";
export * from "./emphasis-mark";
export * from "./tab";
export * from "./simple-field";