UNPKG

260 BPlain TextView Raw
1/**
2 * @license
3 * Copyright 2021 Google LLC
4 * SPDX-License-Identifier: BSD-3-Clause
5 */
6
7/**
8 * LitElement support for hydration of content rendered using lit-ssr.
9 *
10 * @packageDocumentation
11 */
12
13export * from 'lit-element/experimental-hydrate-support.js';