UNPKG

@guruhotel/aura-hooks

Version:

🪝 Hooks library designed by the Guruhotel team for Aura UI

7 lines (6 loc) 166 B
export declare function useInterval(fn: () => void, interval: number): { start: () => void; stop: () => void; toggle: () => void; active: boolean; };