UNPKG

vue-use-wake-lock

Version:

useWakeLock is the lightweight Vue 3 hook for managing the Wake Lock API — prevents your device from going to sleep.

7 lines 242 B
import { Ref } from 'vue'; interface UseDocumentVisibleReturn { readonly documentVisible: Ref<boolean>; } export declare const useDocumentVisible: () => UseDocumentVisibleReturn; export {}; //# sourceMappingURL=useDocumentVisible.d.ts.map