UNPKG
xbpr
Version:
latest (0.0.1)
0.0.1
xbp react ui by @arco-design/web-react
xbpr
/
es
/
_util
/
hooks
/
useStateWithPromise.d.ts
3 lines
(2 loc)
•
127 B
TypeScript
View Raw
1
2
3
declare
function
useStateWithPromise<T>(
defaultVal
: T): [T,
(
updater
:
any
) =>
Promise
<T>];
export
default
useStateWithPromise;