UNPKG

react-session-control

Version:

Component to provide session control. It controls how long the user can be inactive and observes the storage checking for token existence.

3 lines (2 loc) 183 B
export declare function debounce(func: Function, delay: number): (...params: any) => void; export declare function throttle(func: Function, wait: number): (...params: any) => void;