experimental-hydrate-support.d.ts 316 B

123456789101112
  1. /**
  2. * @license
  3. * Copyright 2021 Google LLC
  4. * SPDX-License-Identifier: BSD-3-Clause
  5. */
  6. /**
  7. * LitElement support for hydration of content rendered using lit-ssr.
  8. *
  9. * @packageDocumentation
  10. */
  11. export * from 'lit-element/experimental-hydrate-support.js';
  12. //# sourceMappingURL=experimental-hydrate-support.d.ts.map