UNPKG
@tarojsx/ui
Version:
latest (0.31.1)
0.31.1
0.31.0
0.30.1
0.15.0
0.14.4
0.14.3
0.14.2
0.14.1
0.14.0
0.11.0
0.10.2
0.10.1
0.10.0
0.6.1
0.6.0
0.5.0
0.4.0
0.3.2
0.3.1
0.3.0
0.2.1
0.2.0
0.1.1
0.1.0
We reinvents the UI for Taro3+
github.com/tarojsx/ui
tarojsx/ui
@tarojsx/ui
/
dist
/
utils.d.ts
4 lines
(3 loc)
•
236 B
TypeScript
View Raw
1
2
3
4
export
declare
function
delayQuerySelector
(
selectorStr
:
string
,
delayTime
?:
number
):
Promise
<
any
[]>;
export
declare
function
uuid
(
len
?:
number
,
radix
?:
number
):
string
;
export
declare
function
setEventDetail<E>(
e
: E,
detail
:
any
):
any
;