Files
terminal/web/node_modules/react-use/esm/useTimeoutFn.d.ts
T

3 lines
174 B
TypeScript

export declare type UseTimeoutFnReturn = [() => boolean | null, () => void, () => void];
export default function useTimeoutFn(fn: Function, ms?: number): UseTimeoutFnReturn;