UNPKG
stencil-quantum
Version:
alpha (1.0.0-alpha.17)
latest (0.7.0)
1.0.0-alpha.17
1.0.0-alpha.16
1.0.0-alpha.15
1.0.0-alpha.14
1.0.0-alpha.13
1.0.0-alpha.12
1.0.0-alpha.11
1.0.0-alpha.10
1.0.0-alpha.9
1.0.0-alpha.8
1.0.0-alpha.7
1.0.0-alpha.6
1.0.0-alpha.5
1.0.0-alpha.4
1.0.0-alpha.3
1.0.0-alpha.2
1.0.0-alpha.1
1.0.0-alpha.0
0.7.0
0.6.3
0.6.2
0.6.1
0.6.0
0.5.7
0.5.6
0.5.5
0.5.4
0.5.3
0.5.2
0.5.1
0.5.0
0.4.4
0.4.3
0.4.2
0.4.1
0.4.0
0.3.2
0.3.1
0.3.0
0.2.0
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
0.0.4
0.0.3
0.0.2
0.0.1
Experience the quantum realm of stencil.
github.com/IZEDx/stencil-quantum
stencil-quantum
/
dist
/
esm
/
quantum-fetch.entry.js
13 lines
(10 loc)
•
279 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
import
{ r
as
registerInstance, h, H
as
Host
}
from
'./index-44d29459.js'
;
const
QuantumFetch
=
class
{
constructor
(
hostRef
) {
registerInstance
(
this
, hostRef); }
render
(
) {
return
(
h
(
Host
,
null
,
h
(
"slot"
,
null
))); } };
export
{
QuantumFetch
as
quantum_fetch };