smartpdf/ts/index.ts
2019-05-28 23:57:50 +02:00

10 lines
175 B
TypeScript

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