UNPKG

urbi-exhibitions

Version:
7 lines (6 loc) 191 B
interface IUseClockInactivityProps { enabled?: boolean; inactivityDuration?: number; } export declare const useClockInactivity: (props?: IUseClockInactivityProps) => void; export {};