2018-10-06 15:51:53 +00:00
|
|
|
// compatibility
|
|
|
|
declare global {
|
2019-05-28 21:57:50 +00:00
|
|
|
interface Element {}
|
|
|
|
interface Node {}
|
|
|
|
interface NodeListOf<TNode = Node> {}
|
2018-10-06 15:51:53 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
// normal
|
2022-03-25 00:14:12 +00:00
|
|
|
export * from './interfaces/index.js';
|
2022-03-24 13:32:49 +00:00
|
|
|
export * from './smartpdf.classes.smartpdf.js';
|