UNPKG

funda-ui

Version:

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

6 lines (5 loc) 162 B
declare const useInterval: (fn: () => void, delay: number | null, enabled?: boolean) => { startTimer: any; stopTimer: any; }; export default useInterval;