fix(core): export Part classes from lit-html (#340)
This commit is contained in:
parent
c280712642
commit
9a8f45bd4a
1 changed files with 6 additions and 0 deletions
|
|
@ -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';
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue