UNPKG
@cran/vue.use
Version:
latest (0.0.2)
0.0.2
0.0.1
Cranberry Vue Use Utilities
c6s.gitlab.io/lib/vue/use/modules.html
@cran/vue.use
/
cjs
/
capacitor
/
useStorage.d.ts
3 lines
(2 loc)
•
124 B
TypeScript
View Raw
1
2
3
import
type
{
Ref
}
from
"@vue/runtime-dom"
;
export
declare
function
useStorage<T =
unknown
>(
key
:
string
):
Promise
<
Ref
<T>>;