Skip to content

Commit b0701a3

Browse files
committed
export: lit's unsafeHTML
1 parent 4749db6 commit b0701a3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

s/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,8 @@ export {
117117
Disconnectable,
118118
} from "lit"
119119

120+
export {unsafeHTML} from "lit/directives/unsafe-html.js"
121+
120122
export {AsyncDirective} from "lit/async-directive.js"
121123
export {DirectiveClass, DirectiveResult, PartInfo} from "lit/directive.js"
122124
export {repeat} from "lit/directives/repeat.js"

0 commit comments

Comments
 (0)