smartpdf/ts/index.ts
2022-03-25 01:14:12 +01:00

11 lines
217 B
TypeScript

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