Appearance
Share
Wrapper for setTimeout with controls.
setTimeout
Please wait for 3 seconds
import { useTimeoutFn } from '@hungpvq/shared-core'; const { isPending, start, stop } = useTimeoutFn(() => { /* ... */ }, 3000);