UNPKG
xbpr
Version:
latest (0.0.1)
0.0.1
xbp react ui by @arco-design/web-react
xbpr
/
es
/
_util
/
throttleByRaf.d.ts
5 lines
(4 loc)
•
109 B
TypeScript
View Raw
1
2
3
4
5
export
default
function
(cb: (...args: any[]) =>
void
)
: {
(...args: any[]):
void
;
cancel
():
void
; };