fix(core): update

This commit is contained in:
2023-08-07 19:34:44 +02:00
parent ef76535d2b
commit 3b100a5b20
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
import { CssManager } from './dees-element.classes.cssmanager.js';
// lit exports
export { html, type TemplateResult, css, unsafeCSS, render } from 'lit';
export { html, type TemplateResult, css, unsafeCSS, render, type CSSResult } from 'lit';
export { unsafeHTML } from 'lit/directives/unsafe-html.js';
export { customElement } from 'lit/decorators/custom-element.js';