@lit-labs/ssr-react
Version:
Lit SSR integration for React
13 lines • 499 B
TypeScript
/**
* @license
* Copyright 2022 Google LLC
* SPDX-License-Identifier: BSD-3-Clause
*/
export declare const Fragment: any;
export declare const jsx: <P extends {
children?: import("react").ReactNode;
}>(type: import("react").ElementType<P>, props: P, key: string | undefined) => any;
export declare const jsxs: <P extends {
children: import("react").ReactNode[];
}>(type: import("react").ElementType<P>, props: P, key: string | undefined) => any;
//# sourceMappingURL=jsx-runtime.d.ts.map