wavyjs
Version:
Reusable React + TypeScript component and hooks library with Tailwind, Framer Motion, and GSAP.
9 lines • 314 B
TypeScript
type UseSessionTimeoutProps = {
timeout: number;
onTimeout: () => void;
warningTime?: number;
onWarning?: () => void;
};
export declare function useSessionTimeout({ timeout, onTimeout, warningTime, onWarning, }: UseSessionTimeoutProps): void;
export {};
//# sourceMappingURL=SessionTimeout.d.ts.map