UNPKG

@cran/vue.use

Version:

Cranberry Vue Use Utilities

6 lines (5 loc) 176 B
import type { AppState } from "@capacitor/app"; import type { Ref } from "@vue/runtime-dom"; export declare const useAppState: () => Promise<{ appState: Ref<AppState>; }>;