UNPKG

chrome-devtools-frontend

Version:
26 lines (22 loc) 556 B
// Copyright 2021 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import type * as Lit from '../../third_party/lit/lit.js'; export { Decorators, Directive, Directives, html, LitElement, noChange, nothing, type PropertyValues, render, StaticHtml, svg, type TemplateResult, } from '../../third_party/lit/lit.js'; export { i18nTemplate, } from './i18n-template.js'; export type LitTemplate = Lit.TemplateResult|typeof Lit.nothing;