Remove TemplatedFile

This commit is contained in:
Dolan
2018-09-19 23:04:34 +01:00
parent e6d4741955
commit 10114bb12d
9 changed files with 292 additions and 624 deletions

View File

@ -0,0 +1,11 @@
import { IDocumentTemplate } from "importDocx";
export interface IFileProperties {
template?: IDocumentTemplate;
}
// Needed because of: https://github.com/s-panferov/awesome-typescript-loader/issues/432
/**
* @ignore
*/
export const WORKAROUND = "";