@lit-labs/ssr-react
Version:
Lit SSR integration for React
12 lines • 345 B
JavaScript
/**
* @license
* Copyright 2023 Google LLC
* SPDX-License-Identifier: BSD-3-Clause
*/
/**
* React's `createElement` function enhanced to deeply render Lit components in
* the server. It is simply a passthrough of `React.createElement` in the
* browser.
*/
export { createElement } from 'react';
//# sourceMappingURL=create-element.js.map