Merge pull request #1495 from lpoulter/export-lit-static

feat: export lit/static-html.js from lion/core
This commit is contained in:
Thijs Louisse 2021-10-20 11:03:50 +02:00 committed by GitHub
commit dcabda2d65
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 0 deletions

View file

@ -0,0 +1,5 @@
---
'@lion/core': patch
---
Re-export html from lit/static-html.js as staticHtml.

View file

@ -17,6 +17,8 @@ export {
defaultConverter, defaultConverter,
} from 'lit'; } from 'lit';
export { html as staticHtml } from 'lit/static-html.js';
export { export {
customElement, customElement,
property, property,