fix(core): update
This commit is contained in:
@@ -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
|
||||
}
|
Reference in New Issue
Block a user