UNPKG

taro-hooks

Version:
5 lines (4 loc) 228 B
import type { PromiseWithoutOptionAction } from '../type'; export type Choose = PromiseWithoutOptionAction<Taro.chooseAddress.SuccessCallbackResult>; declare function useChooseAddress(): Choose; export default useChooseAddress;