fix: export Directive from core package

This commit is contained in:
Konstantinos Norgias 2022-05-09 17:44:42 +02:00
parent f2f8234a6d
commit 92361c19a6
2 changed files with 6 additions and 0 deletions

View file

@ -0,0 +1,5 @@
---
'@lion/core': patch
---
export Directive from core package

View file

@ -37,6 +37,7 @@ export {
reparentNodes,
removeNodes,
} from 'lit-html';
export { Directive } from 'lit-html/directive.js';
export { asyncAppend } from 'lit-html/directives/async-append.js';
export { asyncReplace } from 'lit-html/directives/async-replace.js';
export { cache } from 'lit-html/directives/cache.js';