UNPKG

urbi-exhibitions

Version:
6 lines (5 loc) 176 B
interface IUseEnableClockInactivityProps { enabled?: boolean; } export declare const useEnableClockInactivity: (props?: IUseEnableClockInactivityProps) => void; export {};