fix(core): export Part classes from lit-html (#340)

This commit is contained in:
Lars den Bakker 2019-10-23 15:33:56 +02:00 committed by Thomas Allmer
parent c280712642
commit 9a8f45bd4a

View file

@ -14,6 +14,12 @@ export {
isDirective, isDirective,
TemplateResult, TemplateResult,
SVGTemplateResult, SVGTemplateResult,
AttributePart,
BooleanAttributePart,
EventPart,
NodePart,
PropertyPart,
isPrimitive,
} from 'lit-html'; } from 'lit-html';
export { render as renderShady } from 'lit-html/lib/shady-render.js'; export { render as renderShady } from 'lit-html/lib/shady-render.js';
export { asyncAppend } from 'lit-html/directives/async-append.js'; export { asyncAppend } from 'lit-html/directives/async-append.js';