Enable pdf export

This commit is contained in:
Dolan
2017-12-05 00:16:21 +00:00
parent fb08f79344
commit a6bba0bc6c
6 changed files with 56 additions and 13 deletions

View File

@ -1,3 +1,3 @@
// tslint:disable-next-line:no-empty-interface
export interface IPackOptions {
pdf: boolean;
}