fix(core): update

This commit is contained in:
2019-05-29 08:57:17 +02:00
parent e3781cfd4d
commit 53d56d2d8a
3 changed files with 700 additions and 64 deletions

View File

@ -1,3 +1,7 @@
import * as plugins from './smartbrowser.plugins';
export class SmartBrowser {}
export class SmartBrowser {
pdfFromPage() {
}
}