fix(typings): fix compilation problem

This commit is contained in:
Philipp Kunz 2018-10-06 17:51:53 +02:00
parent b910d809fa
commit 5c92c06020

View File

@ -1 +1,9 @@
// compatibility
declare global {
interface Element { }
interface Node { }
interface NodeListOf<TNode = Node> { }
}
// normal
export * from './smartpdf.classes.smartpdf';