UNPKG

vue-hooks-plus

Version:
4 lines (3 loc) 149 B
import type { UseRequestPlugin } from "../types"; declare const useRetryPlugin: UseRequestPlugin<unknown, unknown[]>; export default useRetryPlugin;