fix(core): update

This commit is contained in:
Philipp Kunz 2022-01-06 22:09:52 +01:00
parent ef1e373fb3
commit 29fb3a2f9b
2 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@ const lit = {
css,
unsafeCSS,
LitElement,
property
property,
};
import * as domtools from '@designestate/dees-domtools';

View File

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