UNPKG
@lit-labs/ssr-react
Version:
latest (0.3.2)
pre (0.2.1-pre.0)
0.3.2
0.3.1
0.3.0
0.2.3
0.2.2
0.2.1
0.2.1-pre.0
0.2.0
0.1.2
0.1.2-pre.0
0.1.1
0.1.0
Lit SSR integration for React
github.com/lit/lit/tree/main/packages/labs/ssr-react
lit/lit
@lit-labs/ssr-react
/
node
/
index.d.ts
8 lines
•
260 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
/** *
@license
* Copyright 2022 Google LLC * SPDX-License-Identifier: BSD-3-Clause */
export
{ wrapCreateElement }
from
'../lib/node/wrap-create-element.js'
;
export
{ createElement }
from
'../lib/node/create-element.js'
;
//# sourceMappingURL=index.d.ts.map