Merge pull request #1067 from ing-bank/LarsDenBakker-patch-1
Export reparentNodes and removeNodes
This commit is contained in:
commit
dd6de1e99a
3 changed files with 9 additions and 0 deletions
5
.changeset/rotten-foxes-tan.md
Normal file
5
.changeset/rotten-foxes-tan.md
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
---
|
||||||
|
"@lion/core": patch
|
||||||
|
---
|
||||||
|
|
||||||
|
Export reparentNodes and removeNodes
|
||||||
2
packages/core/index.d.ts
vendored
2
packages/core/index.d.ts
vendored
|
|
@ -49,4 +49,6 @@ export {
|
||||||
svg,
|
svg,
|
||||||
SVGTemplateResult,
|
SVGTemplateResult,
|
||||||
TemplateResult,
|
TemplateResult,
|
||||||
|
removeNodes,
|
||||||
|
reparentNodes,
|
||||||
} from 'lit-html';
|
} from 'lit-html';
|
||||||
|
|
|
||||||
|
|
@ -34,6 +34,8 @@ export {
|
||||||
svg,
|
svg,
|
||||||
SVGTemplateResult,
|
SVGTemplateResult,
|
||||||
TemplateResult,
|
TemplateResult,
|
||||||
|
reparentNodes,
|
||||||
|
removeNodes,
|
||||||
} from 'lit-html';
|
} from 'lit-html';
|
||||||
export { asyncAppend } from 'lit-html/directives/async-append.js';
|
export { asyncAppend } from 'lit-html/directives/async-append.js';
|
||||||
export { asyncReplace } from 'lit-html/directives/async-replace.js';
|
export { asyncReplace } from 'lit-html/directives/async-replace.js';
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue