UNPKG

@mantine/hooks

Version:

A collection of 50+ hooks for state and UI management

6 lines (5 loc) 190 B
export interface UseIdleOptions { events?: (keyof DocumentEventMap)[]; initialState?: boolean; } export declare function useIdle(timeout: number, options?: UseIdleOptions): boolean;