Skip to content

Commit

Permalink
feat(element): add live directive
Browse files Browse the repository at this point in the history
  • Loading branch information
AliMD committed Mar 6, 2023
1 parent cf1ac65 commit 4a95b0f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ui/element/src/lit.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ export * from 'lit';
export * from 'lit/decorators.js';
export {map} from 'lit/directives/map.js';
export {when} from 'lit/directives/when.js';
export {live} from 'lit/directives/live.js';
export {repeat} from 'lit/directives/repeat.js';
export {ifDefined} from 'lit/directives/if-defined.js';
export {unsafeSVG} from 'lit/directives/unsafe-svg.js';
Expand Down

0 comments on commit 4a95b0f

Please sign in to comment.