@lit-labs/ssr-react
Version:
Lit SSR integration for React
12 lines • 376 B
TypeScript
/**
* @license
* Copyright 2022 Google LLC
* SPDX-License-Identifier: BSD-3-Clause
*/
/**
* @fileoverview To serve as JSX import source for runtime JSX transforms in
* production mode. For use in browsers.
*/
import '@lit-labs/ssr-client/lit-element-hydrate-support.js';
export { Fragment, jsx, jsxs } from 'react/jsx-runtime';
//# sourceMappingURL=jsx-runtime.d.ts.map