Skip to content

Commit

Permalink
feat(element): new exports
Browse files Browse the repository at this point in the history
  • Loading branch information
mohammadhonarvar committed Jun 16, 2023
1 parent 45d5c92 commit a210deb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ui/element/src/lit.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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';

0 comments on commit a210deb

Please sign in to comment.