UNPKG

react-photo-view-fix

Version:

一款精致的 React 的图片预览组件

8 lines (7 loc) 186 B
/// <reference types="lodash" /> /** * throttle * @param func * @param wait */ export default function throttle(func: any, wait: number): import("lodash").DebouncedFunc<any>;