import { throttleType } from "oipage/web/throttle/index"

/**
 * 节流函数类型定义
 * 用于限制函数的执行频率，优化性能
 */
export default throttleType