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

@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@pushrocks/smartpdf',
version: '3.0.14',
version: '3.0.15',
description: 'create pdfs on the fly'
}

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
}