Skip to content

Commit

Permalink
fix: add when directive
Browse files Browse the repository at this point in the history
  • Loading branch information
Westbrook committed Jun 29, 2022
1 parent 6636938 commit 18b7405
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/base/src/directives.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,4 @@ export { styleMap } from 'lit/directives/style-map.js';
export type { StyleInfo } from 'lit/directives/style-map.js';
export { until } from 'lit/directives/until.js';
export { live } from 'lit/directives/live.js';
export { when } from 'lit/directives/when.js';

0 comments on commit 18b7405

Please sign in to comment.