UNPKG

taro-hooks

Version:
4 lines (3 loc) 225 B
import type { PromiseOptionalAction } from '../type'; declare function useActivePromise<T, S = TaroGeneral.CallbackResult>(implementMethod: string, context: any): PromiseOptionalAction<T, S>; export default useActivePromise;