UNPKG

vuepress-theme-hope

Version:

A light vuepress theme with tons of features

4 lines (3 loc) 187 B
import type { ComputedRef } from "vue"; import type { OutlookLocaleData } from "../../../shared/index.js"; export declare const useAppearanceLocale: () => ComputedRef<OutlookLocaleData>;