UNPKG
@capsitech/idle-timer
Version:
latest (1.0.3)
1.0.3
Activity detection for React.js
github.com/capsitech/Capsitech.IdleTimer
@capsitech/idle-timer
/
dist
/
types
/
IIdleTimerContext.d.ts
6 lines
(5 loc)
•
153 B
TypeScript
View Raw
1
2
3
4
5
6
import
{
IdleTimerContext
}
from
"../IdleTimerContext"
;
/** * Context interface Type. */
export
type
IIdleTimerContext
=
typeof
IdleTimerContext
;