Skip to content

Commit

Permalink
feat(fract): export classMap
Browse files Browse the repository at this point in the history
  • Loading branch information
mohammadhonarvar authored and alimd committed Jul 14, 2023
1 parent 770a4a7 commit 5b3da22
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 @@ -4,6 +4,7 @@ export {AsyncDirective} from 'lit-html/async-directive.js';
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 type {Part, PartInfo} from 'lit-html/directive.js';
export type {LitUnstable} from 'lit-html';

0 comments on commit 5b3da22

Please sign in to comment.