UNPKG

ahooks

Version:
4 lines (3 loc) 127 B
import type { Plugin } from '../types'; declare const useDebouncePlugin: Plugin<any, any[]>; export default useDebouncePlugin;