UNPKG

@capsitech/idle-timer

Version:

Activity detection for React.js

6 lines (5 loc) 153 B
import { IdleTimerContext } from "../IdleTimerContext"; /** * Context interface Type. */ export type IIdleTimerContext = typeof IdleTimerContext;