UNPKG

@lit-labs/ssr-react

Version:
13 lines 364 B
/** * @license * Copyright 2023 Google LLC * SPDX-License-Identifier: BSD-3-Clause */ /** * Wraps the provided `createElement` function to also server render Lit * component's shadow DOM. Has no effect when imported in browser. */ export function wrapCreateElement(createElement) { return createElement; } //# sourceMappingURL=wrap-create-element.js.map