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
/
components
/
gf-icon-success-fill.js
7 lines
(4 loc)
•
244 B
JavaScript
View Raw
1
2
3
4
5
6
7
import
{ G
as
GfIconsuccessFill
, d
as
defineCustomElement$1 }
from
'./gf-icon-successFill.js'
;
const
GfIconSuccessFill
=
GfIconsuccessFill
;
const
defineCustomElement = defineCustomElement$1;
export
{
GfIconSuccessFill
, defineCustomElement };