blob: a54395d370aae8887384f4cd3f7017b6ed3d547e [file] [log] [blame]
// Copyright 2019 The Chromium OS Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
/**
* @fileoverview exports lit element utilities.
*
* As nassh_deps.rollup.js is a compiled js file, it violates the linter in
* numerous ways. As a consequnce, it must be suppressed and the types imported
* from it in this file will be undefined, so must also be suppressed.
*
* @suppress {moduleLoad}
*/
import {litelement} from './nassh_deps.rollup.js';
/** @suppress {undefinedVars} */
const {LitElement, render, html, css, unsafeCSS} = litelement;
export {LitElement, render, html, css, unsafeCSS};