smartpdf/ts/index.ts
2022-06-15 22:14:55 +02:00

10 lines
178 B
TypeScript

// compatibility
declare global {
interface Element {}
interface Node {}
interface NodeListOf<TNode = Node> {}
}
// normal
export * from './smartpdf.classes.smartpdf.js';