fix(core): update

This commit is contained in:
2022-11-07 23:11:29 +01:00
parent aa0ad1dce5
commit 3c66acb653
4 changed files with 56 additions and 42 deletions

View File

@@ -7,3 +7,11 @@ declare global {
// normal
export * from './smartpdf.classes.smartpdf.js';
// additional types
import type * as tsclassTypes from '@tsclass/tsclass';
type IPdf = tsclassTypes.business.IPdf;
export type {
IPdf
}