fix(typings): fix compilation problem
This commit is contained in:
parent
b910d809fa
commit
5c92c06020
@ -1 +1,9 @@
|
|||||||
|
// compatibility
|
||||||
|
declare global {
|
||||||
|
interface Element { }
|
||||||
|
interface Node { }
|
||||||
|
interface NodeListOf<TNode = Node> { }
|
||||||
|
}
|
||||||
|
|
||||||
|
// normal
|
||||||
export * from './smartpdf.classes.smartpdf';
|
export * from './smartpdf.classes.smartpdf';
|
||||||
|
Loading…
Reference in New Issue
Block a user