smartpdf/ts/index.ts
2022-03-24 14:32:49 +01:00

10 lines
178 B
TypeScript

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