UNPKG

@cran/vue.use

Version:

Cranberry Vue Use Utilities

3 lines (2 loc) 139 B
import type { Ref } from "@vue/runtime-dom"; export declare function useCssVar(key: string, defaultValue?: string): Readonly<Ref<string>>;