Merge pull request #1686 from ing-bank/fix/export-Directive
Fix/export directive
This commit is contained in:
commit
5751d49d16
2 changed files with 6 additions and 0 deletions
5
.changeset/hip-kiwis-appear.md
Normal file
5
.changeset/hip-kiwis-appear.md
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
---
|
||||||
|
'@lion/core': patch
|
||||||
|
---
|
||||||
|
|
||||||
|
export Directive from core package
|
||||||
|
|
@ -37,6 +37,7 @@ export {
|
||||||
reparentNodes,
|
reparentNodes,
|
||||||
removeNodes,
|
removeNodes,
|
||||||
} from 'lit-html';
|
} from 'lit-html';
|
||||||
|
export { Directive } from 'lit-html/directive.js';
|
||||||
export { asyncAppend } from 'lit-html/directives/async-append.js';
|
export { asyncAppend } from 'lit-html/directives/async-append.js';
|
||||||
export { asyncReplace } from 'lit-html/directives/async-replace.js';
|
export { asyncReplace } from 'lit-html/directives/async-replace.js';
|
||||||
export { cache } from 'lit-html/directives/cache.js';
|
export { cache } from 'lit-html/directives/cache.js';
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue