diff --git a/ui/element/src/lit.ts b/ui/element/src/lit.ts index 7feba2c21..23965ee4b 100644 --- a/ui/element/src/lit.ts +++ b/ui/element/src/lit.ts @@ -10,3 +10,5 @@ export {unsafeSVG} from 'lit/directives/unsafe-svg.js'; export {unsafeHTML} from 'lit/directives/unsafe-html.js'; export {cache} from 'lit/directives/cache.js'; export {ref, createRef, type Ref} from 'lit/directives/ref.js'; +export {directive} from 'lit/directive.js'; +export {AsyncDirective} from 'lit/async-directive.js';