UNPKG

@popeindustries/lit-html

Version:

Seamlessly and efficiently use @popeindustries/lit-html-server rendered HTML to hydrate lit-html templates in the browser

6 lines (5 loc) 297 B
/** * @license * Copyright 2017 Google LLC * SPDX-License-Identifier: BSD-3-Clause */import{directive as t}from"../directive.js";import{UnsafeHTMLDirective as i}from"./unsafe-html.js";const r=2;class e extends i{}e.directiveName="unsafeSVG",e.resultType=r;const o=t(e);export{o as unsafeSVG};