12 lines
314 B
JavaScript
12 lines
314 B
JavaScript
/**
|
|
* @license
|
|
* Copyright 2021 Google LLC
|
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
*/
|
|
/**
|
|
* LitElement support for hydration of content rendered using lit-ssr.
|
|
*
|
|
* @packageDocumentation
|
|
*/
|
|
export * from 'lit-element/experimental-hydrate-support.js';
|
|
//# sourceMappingURL=experimental-hydrate-support.js.map
|