unsafe-svg.js 327 B

1234567
  1. import{directive as s}from"../directive.js";import{UnsafeHTMLDirective as e}from"./unsafe-html.js";
  2. /**
  3. * @license
  4. * Copyright 2017 Google LLC
  5. * SPDX-License-Identifier: BSD-3-Clause
  6. */class t extends e{}t.directiveName="unsafeSVG",t.resultType=2;const o=s(t);export{o as unsafeSVG};
  7. //# sourceMappingURL=unsafe-svg.js.map