index.d.ts 220 B

123456789
  1. /**
  2. * @license
  3. * Copyright 2021 Google LLC
  4. * SPDX-License-Identifier: BSD-3-Clause
  5. */
  6. import '@lit/reactive-element';
  7. import 'lit-html';
  8. export * from 'lit-element/lit-element.js';
  9. //# sourceMappingURL=index.d.ts.map