UNPKG

vue-hooks-plus

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