UNPKG

funda-ui

Version:

React components using pure Bootstrap 5+ which does not contain any external style and script libraries.

4 lines (3 loc) 155 B
declare function debounce(fn: Function, limit?: number): any; declare function throttle(fn: Function, limit?: number): any; export { debounce, throttle };