added InsertedTextRun and DeletedTextRun for Revision Tracking

This commit is contained in:
Thomas Jansen
2020-09-24 10:24:00 +02:00
parent 2adfe532dd
commit 09db2c528a
5 changed files with 158 additions and 0 deletions

View File

@ -13,3 +13,4 @@ export * from "./header-wrapper";
export * from "./footer-wrapper";
export * from "./header";
export * from "./footnotes";
export * from "./track-revision"