Appearance
Share
Wrapper for setInterval with controls
setInterval
Hello
interval:
import { useIntervalFn } from '@hungpvq/shared-core'; const { pause, resume, isActive } = useIntervalFn(() => { /* your function */ }, 1000);