Skip to content

Commit

Permalink
feat(fract): export when
Browse files Browse the repository at this point in the history
  • Loading branch information
mohammadhonarvar authored and AliMD committed Aug 2, 2023
1 parent 54102c5 commit 430f26a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/fract/src/lit-html.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ export {unsafeSVG} from 'lit-html/directives/unsafe-svg.js';
export {ifDefined} from 'lit-html/directives/if-defined.js';
export {cache} from 'lit-html/directives/cache.js';
export {classMap} from 'lit-html/directives/class-map.js';
export {when} from 'lit-html/directives/when.js';

export type {Part, PartInfo} from 'lit-html/directive.js';
export type {LitUnstable} from 'lit-html';

0 comments on commit 430f26a

Please sign in to comment.