smartpdf/ts/index.ts

10 lines
175 B
TypeScript
Raw Normal View History

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