UNPKG

@darwish/hooks-core

Version:

2 lines (1 loc) 86 B
export default function useInterval(callback: () => void, delay: number): () => void;