UNPKG

ng2-idle-core

Version:

ng-idle for Angular 2+ core module

6 lines (5 loc) 213 B
import { InterruptSource } from '@ng-idle/core'; export declare class MockInterruptSource extends InterruptSource { constructor(attach?: () => void, detach?: () => void); trigger(innerArgs?: any): void; }