diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index a77f8f1..7bc5fec 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@pushrocks/smartntml', - version: '1.0.5', + version: '1.0.6', description: 'lit-html for the backend' } diff --git a/ts/index.ts b/ts/index.ts index 959b759..943f9a2 100644 --- a/ts/index.ts +++ b/ts/index.ts @@ -1,6 +1,7 @@ import * as plugins from './smartntml.plugins.js'; import type * as litTypes from 'lit'; +export type { TemplateResult } from 'lit'; export class Smartntml { // STATIC