feat: export lit/static-html.js from lion/core
This will enable subclasses to import it into thier tests
This commit is contained in:
parent
dec9c7555a
commit
c55d45668f
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