UNPKG

364 BPlain TextView Raw
1/**
2 * @license
3 * Copyright 2021 Google LLC
4 * SPDX-License-Identifier: BSD-3-Clause
5 */
6
7// Although these are re-exported from lit-element.js, we add
8// them here to effectively pre-fetch them and avoid the extra
9// waterfall when loading the lit package unbundled
10import '@lit/reactive-element';
11import 'lit-html';
12
13export * from 'lit-element/lit-element.js';