UNPKG

scriptguard-library

Version:

A secure and customizable text input field library for React.

7 lines 230 B
type InactivityLockOptions = { timeout: number; onLock: () => void; }; export declare function useInactivityLock({ timeout, onLock }: InactivityLockOptions): null; export {}; //# sourceMappingURL=useInactivityLock.d.ts.map