UNPKG

@guruhotel/aura-hooks

Version:

🪝 Hooks library designed by the Guruhotel team for Aura UI

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