smartpdf/ts/index.ts

10 lines
178 B
TypeScript
Raw Normal View History

2018-10-06 15:51:53 +00:00
// compatibility
declare global {
interface Element { }
interface Node { }
interface NodeListOf<TNode = Node> { }
}
// normal
2018-10-06 13:25:45 +00:00
export * from './smartpdf.classes.smartpdf';