@lit-labs/ssr-react
Version:
Lit SSR integration for React
12 lines • 382 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
* development mode. For use in browsers.
*/
import '@lit-labs/ssr-client/lit-element-hydrate-support.js';
export { Fragment, jsxDEV } from 'react/jsx-dev-runtime';
//# sourceMappingURL=jsx-dev-runtime.d.ts.map