UNPKG

zent

Version:

一套前端设计语言和基于React的实现

8 lines (7 loc) 258 B
/// <reference types="react" /> export interface IWindowScrollHandler { onScroll: (event: UIEvent) => void; disableThrottle?: boolean; options?: AddEventListenerOptions; } export declare const WindowScrollHandler: React.FC<IWindowScrollHandler>;