UNPKG
@kisstar/rc-ui
Version:
latest (0.2.0)
0.2.0
UI component library built with React Hooks.
dongwanhong.gitee.io/rc-ui
kisstar/rc-ui
@kisstar/rc-ui
/
dist
/
lib
/
utils.d.ts
3 lines
(2 loc)
•
106 B
TypeScript
View Raw
1
2
3
export
declare
const
noop
:
(
...
_args
:
any
[]
) =>
any
;
export
declare
const
isUndef
:
(
val
:
any
) =>
boolean
;