Skip to content

Commit

Permalink
feat: export nothing value from lit (#671)
Browse files Browse the repository at this point in the history
  • Loading branch information
wsuwt authored May 2, 2023
1 parent a8f9015 commit 4030127
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/core/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ export {
svg,
css,
unsafeCSS,
render
render,
nothing
} from 'lit';

export type {
Expand Down

0 comments on commit 4030127

Please sign in to comment.