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
/
types
/
utils
/
shared.d.ts
4 lines
(3 loc)
•
173 B
TypeScript
View Raw
1
2
3
4
export
declare
function
isDef
(
val
:
any
):
boolean
;
export
declare
function
isKorean
(
text
:
any
):
boolean
;
export
declare
function
injectComponents
(
componentsList
:
any
):
void
;