smartpdf/ts/index.ts

10 lines
178 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
2022-03-24 13:32:49 +00:00
export * from './smartpdf.classes.smartpdf.js';