Knit UI
GitHub

Import

import { useInterval } from "@knitui/hooks";

Signature

export function useInterval( fn: () => void, interval: number, options: UseIntervalOptions = {}, ): UseIntervalReturn

Exported types: UseIntervalOptions, UseIntervalReturn