UNPKG

react-with-breakpoints

Version:

Utility React component for altering the visual experience of responsive and lean webpages.

3 lines (2 loc) 113 B
declare const debounce: (func: Function, interval: number) => (...args: any) => void; export default debounce;