UNPKG

@cran/vue.use

Version:

Cranberry Vue Use Utilities

3 lines (2 loc) 124 B
import type { Ref } from "@vue/runtime-dom"; export declare function useStorage<T = unknown>(key: string): Promise<Ref<T>>;