UNPKG
@slan-health/taro-vueuse
Version:
latest (0.1.1)
0.1.1
0.1.0
0.0.8
0.0.7
0.0.6
0.0.5
0.0.4
taro vue版本hooks
@slan-health/taro-vueuse
/
dist
/
usePromise
/
index.d.ts
5 lines
(3 loc)
•
198 B
TypeScript
View Raw
1
2
3
4
5
import
{
default
as
Taro
}
from
'@tarojs/taro'
; declare
function
usePromise
(
options: TaroGeneral.IAnyObject, Instance:
typeof
Taro
):
Promise
<
TaroGeneral
.
CallbackResult
>;
export
default
usePromise;