9 lines
222 B
JavaScript
9 lines
222 B
JavaScript
|
|
/**
|
||
|
|
* @license
|
||
|
|
* Copyright 2017 Google LLC
|
||
|
|
* SPDX-License-Identifier: BSD-3-Clause
|
||
|
|
*/
|
||
|
|
export * from '@lit/reactive-element';
|
||
|
|
export * from 'lit-html';
|
||
|
|
export * from './lit-element.js';
|
||
|
|
//# sourceMappingURL=index.js.map
|