fix(exports): Export static parts
This commit is contained in:
@ -2,6 +2,9 @@ import { CssManager } from './classes.cssmanager.js';
|
|||||||
|
|
||||||
// lit exports
|
// lit exports
|
||||||
export { html, type TemplateResult, css, unsafeCSS, render, type CSSResult } from 'lit';
|
export { html, type TemplateResult, css, unsafeCSS, render, type CSSResult } from 'lit';
|
||||||
|
|
||||||
|
export { html as static, unsafeStatic } from 'lit/static-html.js';
|
||||||
|
|
||||||
export { unsafeHTML } from 'lit/directives/unsafe-html.js';
|
export { unsafeHTML } from 'lit/directives/unsafe-html.js';
|
||||||
|
|
||||||
export { customElement } from 'lit/decorators/custom-element.js';
|
export { customElement } from 'lit/decorators/custom-element.js';
|
||||||
|
Reference in New Issue
Block a user