UNPKG

@lit-labs/ssr-react

Version:
12 lines 376 B
/** * @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