Skip to content

Commit

Permalink
feat(element): export from ref
Browse files Browse the repository at this point in the history
Co-authored-by: Mohammad Honarvar <[email protected]>
  • Loading branch information
2 people authored and alimd committed Apr 24, 2023
1 parent 670660f commit bbaaca4
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 @@ -9,3 +9,4 @@ export {ifDefined} from 'lit/directives/if-defined.js';
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';

0 comments on commit bbaaca4

Please sign in to comment.