UNPKG

nutui-taro-upgrade

Version:

@nutui/nutui-taro 对京东风格组件库的taro4 版本支持

3 lines (2 loc) 162 B
export declare function debounce(fn: Function, delay: number): () => void; export declare function throttle(fn: Function, delay: number): (...args: any) => void;