Merge pull request #1495 from lpoulter/export-lit-static
feat: export lit/static-html.js from lion/core
This commit is contained in:
commit
dcabda2d65
2 changed files with 7 additions and 0 deletions
5
.changeset/ninety-lions-shake.md
Normal file
5
.changeset/ninety-lions-shake.md
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
---
|
||||||
|
'@lion/core': patch
|
||||||
|
---
|
||||||
|
|
||||||
|
Re-export html from lit/static-html.js as staticHtml.
|
||||||
|
|
@ -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,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue