UNPKG

simple-react-ui

Version:

a simple react component library written in TypeScript+ React.js

2 lines (1 loc) 83 B
export declare function throttle(f: any, timeout: any, thisObj: any): () => void;