Export reparentNodes and removeNodes

This commit is contained in:
Lars den Bakker 2020-10-30 12:11:48 +01:00 committed by GitHub
parent 627d8f011b
commit b3f2e318ed
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -34,6 +34,8 @@ export {
svg,
SVGTemplateResult,
TemplateResult,
reparentNodes,
removeNodes,
} from 'lit-html';
export { asyncAppend } from 'lit-html/directives/async-append.js';
export { asyncReplace } from 'lit-html/directives/async-replace.js';