UNPKG

@mantine/hooks

Version:

A collection of 50+ hooks for state and UI management

5 lines (4 loc) 150 B
export declare function useIdle(timeout: number, options?: Partial<{ events: (keyof DocumentEventMap)[]; initialState: boolean; }>): boolean;