fix(core): update
This commit is contained in:
@ -3,6 +3,6 @@
|
||||
*/
|
||||
export const commitinfo = {
|
||||
name: '@pushrocks/smartpdf',
|
||||
version: '3.0.14',
|
||||
version: '3.0.15',
|
||||
description: 'create pdfs on the fly'
|
||||
}
|
||||
|
@ -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