@omostan/ngx-idle
Version:
A module for responding to idle users in Angular applications. this is a forked version of the original @ng-Idle
5 lines • 322 B
TypeScript
import { EventTargetInterruptOptions, EventTargetInterruptSource } from './eventtargetinterruptsource';
export declare class WindowInterruptSource extends EventTargetInterruptSource {
constructor(events: string, options?: number | EventTargetInterruptOptions);
}
//# sourceMappingURL=windowinterruptsource.d.ts.map