UNPKG
@gf-ui/components
Version:
latest (0.0.11)
0.0.11
0.0.10
0.0.9
0.0.5
跨框架核心库
github.com/ionic-team/stencil-component-starter
ionic-team/stencil-component-starter
@gf-ui/components
/
dist
/
esm
/
gf-tag.entry.js
13 lines
(10 loc)
•
248 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-e22013e4.js'
;
const
GfTag
=
class
{
constructor
(
hostRef
) {
registerInstance
(
this
, hostRef); }
render
(
) {
return
(
h
(
Host
,
null
,
"tag"
)); } };
export
{
GfTag
as
gf_tag };