12 lines
316 B
TypeScript
12 lines
316 B
TypeScript
|
/**
|
||
|
* @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.d.ts.map
|