UNPKG

@ng-idle/core

Version:

A module for detecting and responding to the user becoming idle in Angular applications.

8 lines 279 B
import { InterruptSource } from './interruptsource'; export declare class InterruptArgs { source: InterruptSource; innerArgs: any; force: boolean; constructor(source: InterruptSource, innerArgs: any, force?: boolean); } //# sourceMappingURL=interruptargs.d.ts.map